summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorVladimir Kosteley2021-02-24 18:02:04 +0000
committerVladimir Kosteley2021-02-24 18:02:04 +0000
commit75baebb05f6c8c12cd1077835b97fdb8aed3cfc7 (patch)
treec11aed3498c1db912cb441dd4bbad92430fa658f /PKGBUILD
parent8838eac3d95423df99b973987dd55096e5cef2b4 (diff)
downloadaur-75baebb05f6c8c12cd1077835b97fdb8aed3cfc7.tar.gz
Version: 0.21-20210224-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 83d356568808..0a0ecd3a705e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Vladimir Kosteley <zzismd@gmail.com>
_pkgname=screenshotgun
pkgname=$_pkgname-git
-pkgver=0.21_20210213_5
+pkgver=0.21_20210224_1
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.21-20210213-5")
+source=("$_pkgname::git+https://github.com/ismd/screenshotgun.git#tag=v0.21-20210224-1")
noextract=()
sha256sums=()
md5sums=('SKIP')
prepare() {
cd "$srcdir/$_pkgname"
- git checkout tags/v0.21-20210213-5
+ git checkout tags/v0.21-20210224-1
}
build() {