summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorVladimir Kosteley2020-10-17 21:49:00 +0000
committerVladimir Kosteley2020-10-17 21:49:00 +0000
commitc20db9b6e08d444bea6c02de5acd15c1a6219300 (patch)
tree8f28a4f2dc93803832aa69062b3b13ff577d6529 /PKGBUILD
parent04b775025bebd061368de565053045afb0c27185 (diff)
downloadaur-c20db9b6e08d444bea6c02de5acd15c1a6219300.tar.gz
Version: 0.19-20201017-22
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 863655512efb..e62478531643 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Vladimir Kosteley <zzismd@gmail.com>
_pkgname=screenshotgun
pkgname=$_pkgname-git
-pkgver=0.19_20201017_20
+pkgver=0.19_20201017_22
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-20")
+source=("$_pkgname::git+https://github.com/ismd/screenshotgun.git#tag=v0.19-20201017-22")
noextract=()
sha256sums=()
md5sums=('SKIP')
prepare() {
cd "$srcdir/$_pkgname"
- git checkout tags/v0.19-20201017-20
+ git checkout tags/v0.19-20201017-22
}
build() {