summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMatthias Piepkorn2021-04-18 22:33:37 +0200
committerMatthias Piepkorn2021-04-18 22:33:37 +0200
commite9c966d5c8de4768f62e5c37c8fb3a9fef3e18e2 (patch)
tree95082eab71c187961874c224ba1599520774ed1b /PKGBUILD
parente7facb71466819dae7b90ceebbd154308f8483d1 (diff)
downloadaur-stash-electron-git.tar.gz
fix download url to match CI build
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index cc50efc253fc..5c1a24c6338c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,8 @@ pkgname=stash-electron-git
_pkgname=${pkgname%-git}
_appname=Stash
pkgver=1.2.3pre
-pkgrel=10
+_tagver=${pkgver%pre}
+pkgrel=11
pkgdesc="Stash Team Secret Manager"
url='https://github.com/Doccrazy/stash-electron'
arch=('x86_64')
@@ -12,7 +13,7 @@ license=('GPL-3.0')
depends=('alsa-lib' 'gconf' 'gtk3' 'libxss' 'libxtst' 'nss' 'libsecret' 'libcurl-gnutls')
conflicts=('stash-electron')
-source=("${pkgname}_${pkgver}-${pkgrel}_amd64.deb::https://github.com/Doccrazy/stash-electron-snapshots/releases/download/v${pkgver}-snapshot.${pkgrel}/${pkgname}_${pkgver}-${pkgrel}_amd64.deb"
+source=("${pkgname}_${pkgver}-${pkgrel}_amd64.deb::https://github.com/Doccrazy/stash-electron-snapshots/releases/download/v${_tagver}-snapshot.${pkgrel}/${pkgname}_${pkgver}-${pkgrel}_amd64.deb"
"LICENSE")
sha256sums=('5a898a73e1f23281108f2d6b4ef8b63f9874df314a1057531d4d4504b34ff543'
'8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903')