diff options
author | Vladimir Kosteley | 2020-07-28 00:00:36 +0000 |
---|---|---|
committer | Vladimir Kosteley | 2020-07-28 00:00:36 +0000 |
commit | 4055bd7df1cb51d6d375da2752e50d7eeff6f0c7 (patch) | |
tree | 90f0cd1a0895561b4f925436651245f1e2973b7f /PKGBUILD | |
parent | 4c3acf3f189050816c001749ab3b6ef3c6c25359 (diff) | |
download | aur-4055bd7df1cb51d6d375da2752e50d7eeff6f0c7.tar.gz |
Version: 0.18-20200728-2
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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() { |