Updated to 1.24.3 and ICU version workaround

This commit is contained in:
Mohd Lee 2022-06-23 10:58:17 +08:00
parent 70277690fd
commit c6b72dc899
3 changed files with 9 additions and 8 deletions

View file

@ -1,6 +1,6 @@
pkgbase = storageexplorer
pkgdesc = Microsoft Azure Storage Explorer is a standalone app from Microsoft that allows you to easily work with Azure Storage data on Windows, macOS and Linux.
pkgver = 1.24.2
pkgver = 1.24.3
pkgrel = 1
url = https://github.com/microsoft/AzureStorageExplorer/releases
arch = x86_64
@ -8,9 +8,9 @@ pkgbase = storageexplorer
depends = glibc
depends = dotnet-runtime
provides = storageexplorer
source = Linux.StorageExplorer-linux-x64-v1.24.2.tar.gz::https://github.com/microsoft/AzureStorageExplorer/releases/download/v1.24.2/Linux_StorageExplorer-linux-x64.tar.gz
source = Linux.StorageExplorer-linux-x64-v1.24.3.tar.gz::https://github.com/microsoft/AzureStorageExplorer/releases/download/v1.24.3/Linux_StorageExplorer-linux-x64.tar.gz
source = storageexplorer.desktop
sha256sums = 13c36def5065431cb5c305593d6962908793fa02d525333f9407b6aa1aa14b19
sha256sums = 0cc2d608894c17d8b3e76f7dd98d73314447d4435a7378d944d4c6ea948d0bf4
sha256sums = 215d8c638d42bb2b880604ad22370da16afb4e04b9a8d760cfeeec42f94a3128
sha256sums = 4d204461d8b4355723d8d461ca763676036aed9deff0eff1129176afcb7ff1ce
pkgname = storageexplorer

View file

@ -1,7 +1,7 @@
# Maintainer: Mohd Lee <faulty.lee+aur@gmail.com>
# Contributor: Ricardo Band <email@ricardo.band>
pkgname=storageexplorer
pkgver=1.24.2
pkgver=1.24.3
pkgrel=1
pkgdesc="Microsoft Azure Storage Explorer is a standalone app from Microsoft that allows you to easily work with Azure Storage data on Windows, macOS and Linux."
arch=(x86_64)
@ -12,8 +12,8 @@ provides=('storageexplorer')
changelog=
source=("Linux.StorageExplorer-linux-x64-v$pkgver.tar.gz::https://github.com/microsoft/AzureStorageExplorer/releases/download/v$pkgver/Linux_StorageExplorer-linux-x64.tar.gz"
"storageexplorer.desktop")
sha256sums=('13c36def5065431cb5c305593d6962908793fa02d525333f9407b6aa1aa14b19'
'0cc2d608894c17d8b3e76f7dd98d73314447d4435a7378d944d4c6ea948d0bf4')
sha256sums=('215d8c638d42bb2b880604ad22370da16afb4e04b9a8d760cfeeec42f94a3128'
'4d204461d8b4355723d8d461ca763676036aed9deff0eff1129176afcb7ff1ce')
package() {
install -dm 755 "${pkgdir}/opt/StorageExplorer/"

View file

@ -4,7 +4,8 @@ Version=1.0
Name=Microsoft Azure Storage Explorer
Comment=Microsoft Azure Storage Explorer (Preview) is a standalone app from Microsoft that allows you to easily work with Azure Storage data on Windows, macOS and Linux.
Path=/opt/StorageExplorer
Exec=StorageExplorer
# Workaround for ICU version error https://stackoverflow.com/a/64370938/20007
Exec=env DOTNET_SYSTEM_GLOBALIZATION_INVARIANT=1 StorageExplorer
Icon=/opt/StorageExplorer/resources/app/out/app/icon.png
Terminal=false
Categories=Development;Network;