summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorVladimir Kosteley2020-10-17 14:51:31 +0000
committerVladimir Kosteley2020-10-17 14:51:31 +0000
commit2f5f2cc931c7e5f6e7d551cb2e06b4c40215aef3 (patch)
tree61a19cec33597e19f97f0d202fd6451e0a80bbaa /PKGBUILD
parent270a44d89b55290e2a4309c452b340e96ef98ff0 (diff)
downloadaur-2f5f2cc931c7e5f6e7d551cb2e06b4c40215aef3.tar.gz
Version: 0.19-20201017-13
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 56834eaf94b6..4de6f00d4f84 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Vladimir Kosteley <zzismd@gmail.com>
_pkgname=screenshotgun
pkgname=$_pkgname-git
-pkgver=0.19_20201017_12
+pkgver=0.19_20201017_13
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-12")
+source=("$_pkgname::git+https://github.com/ismd/screenshotgun.git#tag=v0.19-20201017-13")
noextract=()
sha256sums=()
md5sums=('SKIP')
prepare() {
cd "$srcdir/$_pkgname"
- git checkout tags/v0.19-20201017-12
+ git checkout tags/v0.19-20201017-13
}
build() {