summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorVladimir Kosteley2020-10-18 01:15:06 +0000
committerVladimir Kosteley2020-10-18 01:15:06 +0000
commit4fbf277be2f5b117f444986d6bd1bec72b12832b (patch)
treea60cf283a29aea4e893ac314ac68f6e37244c0d7 /PKGBUILD
parent6c0fa3a8b66be335d114a79cd1fc7ca763caefea (diff)
downloadaur-4fbf277be2f5b117f444986d6bd1bec72b12832b.tar.gz
Version: 0.19-20201017-33
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index ee8543e342c8..cec8f4413ca7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Vladimir Kosteley <zzismd@gmail.com>
_pkgname=screenshotgun
pkgname=$_pkgname-git
-pkgver=0.19_20201017_32
+pkgver=0.19_20201017_33
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.19-20201017-32")
+source=("$_pkgname::git+https://github.com/ismd/screenshotgun.git#tag=v0.19-20201017-33")
noextract=()
sha256sums=()
md5sums=('SKIP')
prepare() {
cd "$srcdir/$_pkgname"
- git checkout tags/v0.19-20201017-32
+ git checkout tags/v0.19-20201017-33
}
build() {