summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorVladimir Kosteley2020-10-17 22:43:21 +0000
committerVladimir Kosteley2020-10-17 22:43:21 +0000
commit21aa4f0ddbeac6802355c53791199648b5538bd1 (patch)
tree98fcdb9f025e55482684810f7b43ec1bdbdbeb43 /PKGBUILD
parent3f060e168871e3c13d6ca25cc48899e6a43b786e (diff)
downloadaur-21aa4f0ddbeac6802355c53791199648b5538bd1.tar.gz
Version: 0.19-20201017-25
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 32dc450ec524..130961650299 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Vladimir Kosteley <zzismd@gmail.com>
_pkgname=screenshotgun
pkgname=$_pkgname-git
-pkgver=0.19_20201017_23
+pkgver=0.19_20201017_25
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-23")
+source=("$_pkgname::git+https://github.com/ismd/screenshotgun.git#tag=v0.19-20201017-25")
noextract=()
sha256sums=()
md5sums=('SKIP')
prepare() {
cd "$srcdir/$_pkgname"
- git checkout tags/v0.19-20201017-23
+ git checkout tags/v0.19-20201017-25
}
build() {