summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorVladimir Kosteley2020-10-18 01:27:15 +0000
committerVladimir Kosteley2020-10-18 01:27:15 +0000
commite789c2fd8ad0d6b83f06aedc471463f691b63333 (patch)
treec957348c4cf5beb0c9a63bc9bc4558f9158c9a98
parent4fbf277be2f5b117f444986d6bd1bec72b12832b (diff)
downloadaur-e789c2fd8ad0d6b83f06aedc471463f691b63333.tar.gz
Version: 0.19-20201017-34
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD6
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c0ff33222aef..9342b35d8e8a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = screenshotgun-git
pkgdesc = Open cross-platform screenshoter with cloud support and server part
- pkgver = 0.19_20201017_33
+ pkgver = 0.19_20201017_34
pkgrel = 1
url = http://screenshotgun.com
arch = any
@@ -8,7 +8,7 @@ pkgbase = screenshotgun-git
makedepends = cmake>=3.5.1
makedepends = git
depends = qt5-base
- source = screenshotgun::git+https://github.com/ismd/screenshotgun.git#tag=v0.19-20201017-33
+ source = screenshotgun::git+https://github.com/ismd/screenshotgun.git#tag=v0.19-20201017-34
md5sums = SKIP
pkgname = screenshotgun-git
diff --git a/PKGBUILD b/PKGBUILD
index cec8f4413ca7..c32bbd40f2e8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Vladimir Kosteley <zzismd@gmail.com>
_pkgname=screenshotgun
pkgname=$_pkgname-git
-pkgver=0.19_20201017_33
+pkgver=0.19_20201017_34
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-33")
+source=("$_pkgname::git+https://github.com/ismd/screenshotgun.git#tag=v0.19-20201017-34")
noextract=()
sha256sums=()
md5sums=('SKIP')
prepare() {
cd "$srcdir/$_pkgname"
- git checkout tags/v0.19-20201017-33
+ git checkout tags/v0.19-20201017-34
}
build() {