summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorVladimir Kosteley2020-10-17 21:11:05 +0000
committerVladimir Kosteley2020-10-17 21:11:05 +0000
commitbb1cfd3576bcf63ff91d65fa1a292f7b45b93ccf (patch)
treef3bb8203413249daffc7ecd0ba997e7ef8c828ab /PKGBUILD
parent9f8536ba9ee5b011e59c405cc0c1d719d215bf8e (diff)
downloadaur-bb1cfd3576bcf63ff91d65fa1a292f7b45b93ccf.tar.gz
Version: 0.19-20201017-18
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 1afe8157a11a..95795e97d98b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Vladimir Kosteley <zzismd@gmail.com>
_pkgname=screenshotgun
pkgname=$_pkgname-git
-pkgver=0.19_20201017_15
+pkgver=0.19_20201017_18
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-15")
+source=("$_pkgname::git+https://github.com/ismd/screenshotgun.git#tag=v0.19-20201017-18")
noextract=()
sha256sums=()
md5sums=('SKIP')
prepare() {
cd "$srcdir/$_pkgname"
- git checkout tags/v0.19-20201017-15
+ git checkout tags/v0.19-20201017-18
}
build() {