summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMohd Lee2022-06-23 10:58:17 +0800
committerMohd Lee2022-06-23 10:58:17 +0800
commitc6b72dc8992c8fe45654bf01f33540906fe25cad (patch)
tree6634cd7b2326da917f7f6817d3446a480556cd05
parent70277690fda86b96728f9e9f0e12c6a7ac67935e (diff)
downloadaur-c6b72dc8992c8fe45654bf01f33540906fe25cad.tar.gz
Updated to 1.24.3 and ICU version workaround
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
-rw-r--r--storageexplorer.desktop3
3 files changed, 9 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e9e7860055a2..5ca996498cea 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -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
diff --git a/PKGBUILD b/PKGBUILD
index 59b748eeaccd..2486afccfecc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -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/"
diff --git a/storageexplorer.desktop b/storageexplorer.desktop
index e98ec68abd4f..4a316e3406b4 100644
--- a/storageexplorer.desktop
+++ b/storageexplorer.desktop
@@ -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;