summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFraser P. Newton2020-02-03 09:48:37 -0500
committerFraser P. Newton2020-02-03 09:48:37 -0500
commitdd3a4a50ccf4ceb1ce61e8360a5b4e63332fad47 (patch)
treee815229af3b13ae2b13c2174ec2c8489757a0922
parent584d0176ff2fab97503791a83d2dac53acc031cf (diff)
downloadaur-dd3a4a50ccf4ceb1ce61e8360a5b4e63332fad47.tar.gz
Added missing dotnet-runtime-2.2 dependency.
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a7ee072bf8d3..c1639e040c54 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -13,8 +13,9 @@ pkgbase = azure-storage-explorer
depends = nss
depends = libxss
depends = libsecret
+ depends = dotnet-runtime-2.2
provides = StorageExplorer
- source = azure-storage-explorer-1.12.0.tar.gz::https://github.com/microsoft/AzureStorageExplorer/releases/download/v1.12.0/Linux_StorageExplorer.tar.gz
+ source = azure-storage-explorer-1.12.0.tar.gz::https://github.com/microsoft/AzureStorageExplorer/releases/download/v1.12.0/Linux_StorageExplorer-linux-x64.tar.gz
source = https://raw.githubusercontent.com/microsoft/AzureStorageExplorer/master/LICENSE
sha256sums = bbbd2edaeb1d0df4cccd0b6d248995b80e5d3f3e061463f915b75b8201690377
sha256sums = 9bbc1ea9fe5c96df01b311a2ac864d5b18fc87b9948bfd14770e4b44db755ee9
diff --git a/PKGBUILD b/PKGBUILD
index 618734215f72..1e00b02edfb9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@ pkgdesc="Storage Explorer allows you to view and interact with your Azure Storag
arch=('x86_64')
url="https://github.com/microsoft/AzureStorageExplorer"
license=('CCPL' 'MIT')
-depends=('gconf' 'libgnome-keyring' 'nodejs' 'gtk3' 'nss' 'libxss' 'libsecret')
+depends=('gconf' 'libgnome-keyring' 'nodejs' 'gtk3' 'nss' 'libxss' 'libsecret' 'dotnet-runtime-2.2')
provides=('StorageExplorer')
source=("$pkgname-$pkgver.tar.gz::https://github.com/microsoft/AzureStorageExplorer/releases/download/v${pkgver}/Linux_StorageExplorer-linux-x64.tar.gz"
"https://raw.githubusercontent.com/microsoft/AzureStorageExplorer/master/LICENSE")