summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorVladimir Kosteley2020-10-17 13:59:40 +0000
committerVladimir Kosteley2020-10-17 13:59:40 +0000
commit6173f30929bb1bc6ab94881329b5e6b9308508e5 (patch)
tree4c803781444306684a393a5129032a6f94225d38 /PKGBUILD
parentdd55ec8c680426df1f63e5240913f9d26cbd8bc6 (diff)
downloadaur-6173f30929bb1bc6ab94881329b5e6b9308508e5.tar.gz
Version: 0.19-20201017-8
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 80f542f8fee8..3b0237dfd1fb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Vladimir Kosteley <zzismd@gmail.com>
_pkgname=screenshotgun
pkgname=$_pkgname-git
-pkgver=0.19_20201017_5
+pkgver=0.19_20201017_8
pkgrel=1
pkgdesc="Open cross-platform screenshoter with cloud support and server part"
arch=(any)
@@ -18,14 +18,14 @@ backup=()
options=()
install=
changelog=
-source=("$_pkgname::git+https://github.com/ismd/screenshotgun.git#tag=v0.19-20201017-5")
+source=("$_pkgname::git+https://github.com/ismd/screenshotgun.git#tag=v0.19-20201017-8")
noextract=()
sha256sums=()
md5sums=('SKIP')
prepare() {
cd "$srcdir/$_pkgname"
- git checkout tags/v0.19-20201017-5
+ git checkout tags/v0.19-20201017-8
}
build() {