summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD5
2 files changed, 5 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9691c9d5c910..6ac36bc76d40 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = stash-electron-git
pkgdesc = Stash Team Secret Manager
pkgver = 1.2.3pre
- pkgrel = 10
+ pkgrel = 11
url = https://github.com/Doccrazy/stash-electron
arch = x86_64
license = GPL-3.0
@@ -14,7 +14,7 @@ pkgbase = stash-electron-git
depends = libsecret
depends = libcurl-gnutls
conflicts = stash-electron
- source = stash-electron-git_1.2.3pre-10_amd64.deb::https://github.com/Doccrazy/stash-electron-snapshots/releases/download/v1.2.3pre-snapshot.10/stash-electron-git_1.2.3pre-10_amd64.deb
+ source = stash-electron-git_1.2.3pre-11_amd64.deb::https://github.com/Doccrazy/stash-electron-snapshots/releases/download/v1.2.3-snapshot.11/stash-electron-git_1.2.3pre-11_amd64.deb
source = LICENSE
sha256sums = 5a898a73e1f23281108f2d6b4ef8b63f9874df314a1057531d4d4504b34ff543
sha256sums = 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903
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')