summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorVladimir Kosteley2020-10-10 20:59:56 +0000
committerVladimir Kosteley2020-10-10 20:59:56 +0000
commit94c76d0f760054d0692a9ebf87811d2f6827c787 (patch)
tree3ec3c246c4e227a85efa6c59c93c36e27fd29d09 /PKGBUILD
parenta5cb251347bd5b5a99d376476faeea256666cfb0 (diff)
downloadaur-94c76d0f760054d0692a9ebf87811d2f6827c787.tar.gz
Version: 0.19-20201010-2
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 9447fa5d693d..36ad8f837290 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Vladimir Kosteley <zzismd@gmail.com>
_pkgname=screenshotgun
pkgname=$_pkgname-git
-pkgver=0.19_20201010_1
+pkgver=0.19_20201010_2
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-20201010-1")
+source=("$_pkgname::git+https://github.com/ismd/screenshotgun.git#tag=v0.19-20201010-2")
noextract=()
sha256sums=()
md5sums=('SKIP')
prepare() {
cd "$srcdir/$_pkgname"
- git checkout tags/v0.19-20201010-1
+ git checkout tags/v0.19-20201010-2
}
build() {