summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorVladimir Kosteley2020-10-17 12:54:43 +0000
committerVladimir Kosteley2020-10-17 12:54:43 +0000
commit7bbc3a20b86e58c7b273e5229da6aa0ba6ea43c4 (patch)
treec6bfbf6b7f213e2881ce7b1ea2bda8265bd5b44b /PKGBUILD
parentd8a14e3d70433dc5b1abc78c2f94299a70766ec6 (diff)
downloadaur-7bbc3a20b86e58c7b273e5229da6aa0ba6ea43c4.tar.gz
Version: 0.19-20201017-3
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 15361797e7ed..684a87b47d65 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Vladimir Kosteley <zzismd@gmail.com>
_pkgname=screenshotgun
pkgname=$_pkgname-git
-pkgver=0.19_20201017_2
+pkgver=0.19_20201017_3
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-2")
+source=("$_pkgname::git+https://github.com/ismd/screenshotgun.git#tag=v0.19-20201017-3")
noextract=()
sha256sums=()
md5sums=('SKIP')
prepare() {
cd "$srcdir/$_pkgname"
- git checkout tags/v0.19-20201017-2
+ git checkout tags/v0.19-20201017-3
}
build() {