summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorVladimir Kosteley2020-01-22 20:38:43 +0000
committerVladimir Kosteley2020-01-22 20:38:43 +0000
commit421d3999861e0165602d47196f7895ea4d11a80a (patch)
tree44d7cda2dfd4e6fe6a8a97f3f7e0fd173f0acf07 /PKGBUILD
parent25b9caf7733436bd5c849d352aaa24d14419a9db (diff)
downloadaur-421d3999861e0165602d47196f7895ea4d11a80a.tar.gz
Version: 0.18-20200122-4
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 701c4330a8c1..2fece716c8da 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Vladimir Kosteley <zzismd@gmail.com>
_pkgname=screenshotgun
pkgname=$_pkgname-git
-pkgver=0.18_20190113_12
+pkgver=0.18_20200122_4
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.18-20190113-12")
+source=("$_pkgname::git+https://github.com/ismd/screenshotgun.git#tag=v0.18-20200122-4")
noextract=()
sha256sums=()
md5sums=('SKIP')
prepare() {
cd "$srcdir/$_pkgname"
- git checkout tags/v0.18-20190113-12
+ git checkout tags/v0.18-20200122-4
}
build() {