summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorSkycoder422017-12-02 12:08:07 +0100
committerSkycoder422017-12-02 12:08:07 +0100
commit23d41ffa95a1a3588635927feced401f7046ec61 (patch)
tree479a222c672efffc86e01bc377e5d9d0d7112145 /PKGBUILD
parent0436d894e581ed4da2abd628b788b63699bd1126 (diff)
downloadaur-qt5-backgroundprocess.tar.gz
fix invalid prl file
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
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')