summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRicardo Band2017-03-16 11:41:25 +0100
committerRicardo Band2017-03-16 11:41:25 +0100
commit53be53cd8f9a02d543ef150a039d3880fac41e1d (patch)
tree0f5e206e2a1dddac225f082f8524eb38a6f46b10
parent15dce2a4c5c1f26240a423f530925d35f5620069 (diff)
downloadaur-53be53cd8f9a02d543ef150a039d3880fac41e1d.tar.gz
fixeing path in desktop file and adding missing dependencies
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
-rw-r--r--storageexplorer.desktop2
3 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index fb591c34ece0..4891174a413a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -5,12 +5,12 @@ pkgbase = storageexplorer
url = http://storageexplorer.com/
arch = x86_64
license = unknown
- depends = libgnome-keyring
+ depends = gnome-keyring
provides = storageexplorer
source = StorageExplorer-linux-x64.tar.gz::https://go.microsoft.com/fwlink/?LinkId=722418
source = storageexplorer.desktop
sha256sums = 84ad34d711567cfa69e71eb6fb55bf9587f6055bc6940dc51cdcab30f1268fc9
- sha256sums = 67e74fc6752c2b88ed74310d04f074fc75ed0035a7c3db39da35877b12b12a58
+ sha256sums = c11f45ad21c26007ba2f852e6a522e41e2433c527223b04d41648eb71fb7384f
pkgname = storageexplorer
diff --git a/PKGBUILD b/PKGBUILD
index 3354c98c2413..5994e642e543 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,13 +6,13 @@ pkgdesc="Microsoft Azure Storage Explorer (Preview) is a standalone app from Mic
arch=(x86_64)
url="http://storageexplorer.com/"
license=('unknown')
-depends=('libgnome-keyring')
+depends=('gnome-keyring')
provides=('storageexplorer')
changelog=
source=("StorageExplorer-linux-x64.tar.gz::https://go.microsoft.com/fwlink/?LinkId=722418"
"storageexplorer.desktop")
sha256sums=('84ad34d711567cfa69e71eb6fb55bf9587f6055bc6940dc51cdcab30f1268fc9'
- '67e74fc6752c2b88ed74310d04f074fc75ed0035a7c3db39da35877b12b12a58')
+ 'c11f45ad21c26007ba2f852e6a522e41e2433c527223b04d41648eb71fb7384f')
package() {
#cd "$pkgname-$pkgver"
diff --git a/storageexplorer.desktop b/storageexplorer.desktop
index edb5ca9fdaa6..0eb21f75d16a 100644
--- a/storageexplorer.desktop
+++ b/storageexplorer.desktop
@@ -3,7 +3,7 @@ Type=Application
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
+Path=/opt/storageExplorer
Exec=StorageExplorer
Icon=/opt/StorageExplorer/resources/app/out/app/icon.png
Terminal=false