summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorVladimir Kosteley2020-10-17 14:13:37 +0000
committerVladimir Kosteley2020-10-17 14:13:37 +0000
commit83795689a76477eb93154987a0ceefce30917b88 (patch)
treedb72a75f5d18a2754fe983a36d0a74c24efa22f6 /PKGBUILD
parent6173f30929bb1bc6ab94881329b5e6b9308508e5 (diff)
downloadaur-83795689a76477eb93154987a0ceefce30917b88.tar.gz
Version: 0.19-20201017-9
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 3b0237dfd1fb..4165e71f90a6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Vladimir Kosteley <zzismd@gmail.com>
_pkgname=screenshotgun
pkgname=$_pkgname-git
-pkgver=0.19_20201017_8
+pkgver=0.19_20201017_9
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-8")
+source=("$_pkgname::git+https://github.com/ismd/screenshotgun.git#tag=v0.19-20201017-9")
noextract=()
sha256sums=()
md5sums=('SKIP')
prepare() {
cd "$srcdir/$_pkgname"
- git checkout tags/v0.19-20201017-8
+ git checkout tags/v0.19-20201017-9
}
build() {