summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorSkycoder422018-05-03 21:33:57 +0200
committerSkycoder422018-05-03 21:33:57 +0200
commitd4ed4bae9a8093fb07bf729acc61b5f2550a1a0c (patch)
treedd02c89ee7e393ef91edd57304208384255bfe34 /PKGBUILD
parent5f7f3a27b144f457cb49a237e9211541345e4499 (diff)
downloadaur-d4ed4bae9a8093fb07bf729acc61b5f2550a1a0c.tar.gz
updated to 1.5.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 9827cfe51917..dbc99291aef2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgbase=qpmx
pkgname=(qpmx qpmx-gitsource qpmx-qpmsource)
group=qpmx-full
-pkgver=1.4.0
+pkgver=1.5.0
pkgrel=1
pkgdesc="A frontend for qpm, to provide source and build caching"
arch=('i686' 'x86_64')
@@ -51,7 +51,8 @@ build() {
package_qpmx() {
optdepends=("qpmx-qpmsource: Adds support for cloning qpm packages"
"qpmx-gitsource: Adds support for cloning git and github packages"
- "repkg: Automatically rebuild the package on dependency updates")
+ "repkg: Automatically rebuild the package on dependency updates"
+ "qbs: The qbs build system to use qpmx with qbs")
install="${pkgname}.install"
cd build/qpmx