summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorVladimir Kosteley2020-10-17 20:13:43 +0000
committerVladimir Kosteley2020-10-17 20:13:43 +0000
commit29ce6375ffcf409f49898d34908d56b4d869a0a1 (patch)
tree8392aa1520f0655efe881900677ba22901027bcc /PKGBUILD
parent2f5f2cc931c7e5f6e7d551cb2e06b4c40215aef3 (diff)
downloadaur-29ce6375ffcf409f49898d34908d56b4d869a0a1.tar.gz
Version: 0.19-20201017-14
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 4de6f00d4f8..f27f8cbdf59 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Vladimir Kosteley <zzismd@gmail.com>
_pkgname=screenshotgun
pkgname=$_pkgname-git
-pkgver=0.19_20201017_13
+pkgver=0.19_20201017_14
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-13")
+source=("$_pkgname::git+https://github.com/ismd/screenshotgun.git#tag=v0.19-20201017-14")
noextract=()
sha256sums=()
md5sums=('SKIP')
prepare() {
cd "$srcdir/$_pkgname"
- git checkout tags/v0.19-20201017-13
+ git checkout tags/v0.19-20201017-14
}
build() {