summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorVladimir Kosteley2020-07-28 00:00:36 +0000
committerVladimir Kosteley2020-07-28 00:00:36 +0000
commit4055bd7df1cb51d6d375da2752e50d7eeff6f0c7 (patch)
tree90f0cd1a0895561b4f925436651245f1e2973b7f
parent4c3acf3f189050816c001749ab3b6ef3c6c25359 (diff)
downloadaur-4055bd7df1cb51d6d375da2752e50d7eeff6f0c7.tar.gz
Version: 0.18-20200728-2
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD6
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 22b358aac8f8..e2322405c2fd 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.18_20200728_1
+ pkgver = 0.18_20200728_2
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.18-20200728-1
+ source = screenshotgun::git+https://github.com/ismd/screenshotgun.git#tag=v0.18-20200728-2
md5sums = SKIP
pkgname = screenshotgun-git
diff --git a/PKGBUILD b/PKGBUILD
index b4f402e6d02c..982fd4579730 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Vladimir Kosteley <zzismd@gmail.com>
_pkgname=screenshotgun
pkgname=$_pkgname-git
-pkgver=0.18_20200728_1
+pkgver=0.18_20200728_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.18-20200728-1")
+source=("$_pkgname::git+https://github.com/ismd/screenshotgun.git#tag=v0.18-20200728-2")
noextract=()
sha256sums=()
md5sums=('SKIP')
prepare() {
cd "$srcdir/$_pkgname"
- git checkout tags/v0.18-20200728-1
+ git checkout tags/v0.18-20200728-2
}
build() {