summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorVladimir Kosteley2020-07-27 22:33:53 +0000
committerVladimir Kosteley2020-07-27 22:33:53 +0000
commit4c3acf3f189050816c001749ab3b6ef3c6c25359 (patch)
treebc213e3390f019b52d2afccabed6537a72c54c3f /PKGBUILD
parent421d3999861e0165602d47196f7895ea4d11a80a (diff)
downloadaur-4c3acf3f189050816c001749ab3b6ef3c6c25359.tar.gz
Version: 0.18-20200728-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 2fece716c8da..b4f402e6d02c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Vladimir Kosteley <zzismd@gmail.com>
_pkgname=screenshotgun
pkgname=$_pkgname-git
-pkgver=0.18_20200122_4
+pkgver=0.18_20200728_1
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-20200122-4")
+source=("$_pkgname::git+https://github.com/ismd/screenshotgun.git#tag=v0.18-20200728-1")
noextract=()
sha256sums=()
md5sums=('SKIP')
prepare() {
cd "$srcdir/$_pkgname"
- git checkout tags/v0.18-20200122-4
+ git checkout tags/v0.18-20200728-1
}
build() {