summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorVladimir Kosteley2020-10-18 00:33:21 +0000
committerVladimir Kosteley2020-10-18 00:33:21 +0000
commit83430da3bd7fda148ad004b3fc7ea444235ddde2 (patch)
treef24cd45657b1ff1390e293b5f86a754ec8cb1e55 /PKGBUILD
parent6190bcbf8d7a33cb292326eb9934fa7cd6daba29 (diff)
downloadaur-83430da3bd7fda148ad004b3fc7ea444235ddde2.tar.gz
Version: 0.19-20201017-31
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index ae45ffb93ff7..d08f6aeeb4cb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Vladimir Kosteley <zzismd@gmail.com>
_pkgname=screenshotgun
pkgname=$_pkgname-git
-pkgver=0.19_20201017_30
+pkgver=0.19_20201017_31
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-30")
+source=("$_pkgname::git+https://github.com/ismd/screenshotgun.git#tag=v0.19-20201017-31")
noextract=()
sha256sums=()
md5sums=('SKIP')
prepare() {
cd "$srcdir/$_pkgname"
- git checkout tags/v0.19-20201017-30
+ git checkout tags/v0.19-20201017-31
}
build() {