summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorVladimir Kosteley2020-10-18 08:39:52 +0000
committerVladimir Kosteley2020-10-18 08:39:52 +0000
commit6988fa478a608a84cea64e58fa4699f68366d9c2 (patch)
tree931648c461d4780ed704a61f8686a4dc56198707 /PKGBUILD
parente789c2fd8ad0d6b83f06aedc471463f691b63333 (diff)
downloadaur-6988fa478a608a84cea64e58fa4699f68366d9c2.tar.gz
Version: 0.19-20201017-36
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index c32bbd40f2e8..366a91250032 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Vladimir Kosteley <zzismd@gmail.com>
_pkgname=screenshotgun
pkgname=$_pkgname-git
-pkgver=0.19_20201017_34
+pkgver=0.19_20201017_36
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-34")
+source=("$_pkgname::git+https://github.com/ismd/screenshotgun.git#tag=v0.19-20201017-36")
noextract=()
sha256sums=()
md5sums=('SKIP')
prepare() {
cd "$srcdir/$_pkgname"
- git checkout tags/v0.19-20201017-34
+ git checkout tags/v0.19-20201017-36
}
build() {