summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD3
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 48903c1baa6c..7c483c758683 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = qibuild
pkgdesc = The meta build framework
pkgver = 3.10.1
- pkgrel = 5
+ pkgrel = 6
url = http://doc.aldebaran.com/qibuild/
arch = any
license = BSD
@@ -16,6 +16,7 @@ pkgbase = qibuild
optdepends = gettext: Gettext support in qilinguist
optdepends = qt5-tools: QtLinguist support in qilinguist
optdepends = gcovr: for qitest run --coverage
+ optdepends = python2-xdg: honoring XDG environment variables
source = https://pypi.python.org/packages/source/q/qibuild/qibuild-3.10.1.tar.gz
md5sums = 9c7d42d12e56c3d3cc1f3fa86874795e
diff --git a/PKGBUILD b/PKGBUILD
index 072162ea6888..d17b56e4e016 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Dimitri Merejkowsky <d.merej@gmail.com>
pkgname=qibuild
pkgver='3.10.1'
-pkgrel='5'
+pkgrel='6'
pkgdesc='The meta build framework'
arch=('any')
url='http://doc.aldebaran.com/qibuild/'
@@ -14,6 +14,7 @@ optdepends=(
'gettext: Gettext support in qilinguist'
'qt5-tools: QtLinguist support in qilinguist'
'gcovr: for qitest run --coverage'
+ 'python2-xdg: honoring XDG environment variables'
)
makedepends=('python2' 'python2-docutils')