summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorVladimir Kosteley2018-04-09 10:30:29 +0300
committerVladimir Kosteley2018-04-09 10:30:29 +0300
commitb0f9017480eb6fa8327ef2c930298e6aded2f1d9 (patch)
treebc947d6b672e74af482e294545d4f78556935cbb /PKGBUILD
parentaf22d4d9d7ae07a6142cd394393ec06271593867 (diff)
downloadaur-b0f9017480eb6fa8327ef2c930298e6aded2f1d9.tar.gz
Version: 0.17-20180409-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 4a2c05603345..7cebb6277e58 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Vladimir Kosteley <zzismd@gmail.com>
_pkgname=screenshotgun
pkgname=$_pkgname-git
-pkgver=0.17_20180122_2
+pkgver=0.17_20180409_1
pkgrel=1
pkgdesc="Open cross-platform screenshoter with cloud support and server part"
arch=(any)
@@ -25,7 +25,7 @@ md5sums=('SKIP')
prepare() {
cd "$srcdir/$_pkgname"
- git checkout tags/v0.17-20180122-2
+ git checkout tags/v0.17-20180409-1
}
build() {