summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8f32a233f159..7213fed1656a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = qt5-backgroundprocess
pkgdesc = A Library to create background applications with simple, automated foreground control
pkgver = 1.6.0
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/Skycoder42/QtBackgroundProcess
arch = i686
arch = x86_64
@@ -11,7 +11,7 @@ pkgbase = qt5-backgroundprocess
makedepends = qpmx-qpmsource
depends = qt5-base
optdepends = repkg: Automatically rebuild the package on dependency updates
- source = qt5-backgroundprocess-1.6.0::git+https://github.com/Skycoder42/QtBackgroundProcess.git#tag=1.6.0
+ source = qt5-backgroundprocess-1.6.0::git+https://github.com/Skycoder42/QtBackgroundProcess.git#tag=1.6.0-3
source = qt5-backgroundprocess.rule
sha256sums = SKIP
sha256sums = 2147916eaeebda7109b04f17e122a873388f42f2015e4b6b9fbf6f98e8e80d15
diff --git a/PKGBUILD b/PKGBUILD
index d96aa73ca621..183dca547fb2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Felix Barz <skycoder42.de@gmx.de>
pkgname=qt5-backgroundprocess
pkgver=1.6.0
-pkgrel=1
+pkgrel=2
pkgdesc="A Library to create background applications with simple, automated foreground control"
arch=('i686' 'x86_64')
url="https://github.com/Skycoder42/QtBackgroundProcess"
@@ -10,7 +10,7 @@ depends=('qt5-base')
makedepends=('qt5-tools' 'git' 'qpmx-qpmsource')
optdepends=("repkg: Automatically rebuild the package on dependency updates")
_pkgfqn=$pkgname-$pkgver
-source=("$_pkgfqn::git+https://github.com/Skycoder42/QtBackgroundProcess.git#tag=$pkgver"
+source=("$_pkgfqn::git+https://github.com/Skycoder42/QtBackgroundProcess.git#tag=${pkgver}-3"
"${pkgname}.rule")
sha256sums=('SKIP'
'2147916eaeebda7109b04f17e122a873388f42f2015e4b6b9fbf6f98e8e80d15')