summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorVladimir Kosteley2020-07-28 00:00:36 +0000
committerVladimir Kosteley2020-07-28 00:00:36 +0000
commit4055bd7df1cb51d6d375da2752e50d7eeff6f0c7 (patch)
tree90f0cd1a0895561b4f925436651245f1e2973b7f /PKGBUILD
parent4c3acf3f189050816c001749ab3b6ef3c6c25359 (diff)
downloadaur-4055bd7df1cb51d6d375da2752e50d7eeff6f0c7.tar.gz
Version: 0.18-20200728-2
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index b4f402e6d02..982fd457973 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Vladimir Kosteley <zzismd@gmail.com>
_pkgname=screenshotgun
pkgname=$_pkgname-git
-pkgver=0.18_20200728_1
+pkgver=0.18_20200728_2
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-20200728-1")
+source=("$_pkgname::git+https://github.com/ismd/screenshotgun.git#tag=v0.18-20200728-2")
noextract=()
sha256sums=()
md5sums=('SKIP')
prepare() {
cd "$srcdir/$_pkgname"
- git checkout tags/v0.18-20200728-1
+ git checkout tags/v0.18-20200728-2
}
build() {