summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorVladimir Kosteley2021-06-23 14:55:53 +0000
committerVladimir Kosteley2021-06-23 14:55:53 +0000
commit9e63108d4298991f8627c21b702ea1e79c7692b6 (patch)
treea4b42112e70119a4f51dae9b542919d6c44f576e /PKGBUILD
parent3a53cbb5f46b31fb7027823a9c1de3cd41d3d9ae (diff)
downloadaur-9e63108d4298991f8627c21b702ea1e79c7692b6.tar.gz
Version: 0.21-20210623-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index b4a446168f42..993242780f0e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Vladimir Kosteley <zzismd@gmail.com>
_pkgname=screenshotgun
pkgname=$_pkgname-git
-pkgver=0.21_20210616_1
+pkgver=0.21_20210623_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.21-20210616-1")
+source=("$_pkgname::git+https://github.com/ismd/screenshotgun.git#tag=v0.21-20210623-1")
noextract=()
sha256sums=()
md5sums=('SKIP')
prepare() {
cd "$srcdir/$_pkgname"
- git checkout tags/v0.21-20210616-1
+ git checkout tags/v0.21-20210623-1
}
build() {