summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO11
-rw-r--r--.gitignore2
-rw-r--r--PKGBUILD12
-rw-r--r--storageexplorer.desktop2
4 files changed, 14 insertions, 13 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 01788a3fc39a..7630dd6252ab 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,20 +1,19 @@
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.11.2
+ pkgver = 1.12.0
pkgrel = 1
- url = http://storageexplorer.com/
+ url = https://github.com/microsoft/AzureStorageExplorer/releases
arch = x86_64
license = unknown
depends = gnome-keyring
depends = libgnome-keyring
depends = libsecret
- depends = gconf
depends = gcc
- depends = dotnet-runtime
+ depends = dotnet-runtime-2.2
provides = storageexplorer
- source = Linux.StorageExplorer.tar.gz::https://github.com/microsoft/AzureStorageExplorer/releases/download/v1.11.2/Linux_StorageExplorer.tar.gz
+ source = Linux.StorageExplorer-linux-x64-v1.12.0.tar.gz::https://github.com/microsoft/AzureStorageExplorer/releases/download/v1.12.0/Linux_StorageExplorer-linux-x64.tar.gz
source = storageexplorer.desktop
- sha256sums = 967d35fe4dd61a0ce8cac06b025ecc686f69a75dcffa6dac7108d06f55546004
+ sha256sums = bbbd2edaeb1d0df4cccd0b6d248995b80e5d3f3e061463f915b75b8201690377
sha256sums = b529a769bdd552604793a3bd02ee0a5afe4da1f8c6f062c47e8758a5d3fe20b1
pkgname = storageexplorer
diff --git a/.gitignore b/.gitignore
index 433168df8075..a8667adba826 100644
--- a/.gitignore
+++ b/.gitignore
@@ -45,3 +45,5 @@ Session.vim
tags
# End of https://www.gitignore.io/api/linux,vim,archlinuxpackages
+
+*.gz
diff --git a/PKGBUILD b/PKGBUILD
index a9cde7c826b8..af7b7c2a57ad 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,19 +1,19 @@
# Maintainer: Mohd Lee <faulty.lee+aur@gmail.com>
# Contributor: Ricardo Band <email@ricardo.band>
pkgname=storageexplorer
-pkgver=1.11.2
+pkgver=1.12.0
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)
-url="http://storageexplorer.com/"
+url="https://github.com/microsoft/AzureStorageExplorer/releases"
license=('unknown')
-depends=('gnome-keyring' 'libgnome-keyring' 'libsecret' 'gconf' 'gcc' 'dotnet-runtime')
+depends=('gnome-keyring' 'libgnome-keyring' 'libsecret' 'gcc' 'dotnet-runtime-2.2')
provides=('storageexplorer')
changelog=
-source=("Linux.StorageExplorer.tar.gz::https://github.com/microsoft/AzureStorageExplorer/releases/download/v$pkgver/Linux_StorageExplorer.tar.gz"
+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=('967d35fe4dd61a0ce8cac06b025ecc686f69a75dcffa6dac7108d06f55546004'
- 'b529a769bdd552604793a3bd02ee0a5afe4da1f8c6f062c47e8758a5d3fe20b1')
+sha256sums=('bbbd2edaeb1d0df4cccd0b6d248995b80e5d3f3e061463f915b75b8201690377'
+ '0cc2d608894c17d8b3e76f7dd98d73314447d4435a7378d944d4c6ea948d0bf4')
package() {
install -dm 755 "${pkgdir}/opt/StorageExplorer/"
diff --git a/storageexplorer.desktop b/storageexplorer.desktop
index 104fb2253e52..e98ec68abd4f 100644
--- a/storageexplorer.desktop
+++ b/storageexplorer.desktop
@@ -4,7 +4,7 @@ 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=env DOTNET_ROOT=/opt/dotnet StorageExplorer
+Exec=StorageExplorer
Icon=/opt/StorageExplorer/resources/app/out/app/icon.png
Terminal=false
Categories=Development;Network;