summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDimitri Merejkowsky2015-11-21 01:53:22 +0100
committerDimitri Merejkowsky2015-11-21 02:28:40 +0100
commitf814b638c60120444e78b778e30db540614b1991 (patch)
treee917ec57a6c85073822aade6163c18c3418a9456
parentd859a5798df5b95ae85ded90b6b6913a44338b67 (diff)
downloadaur-f814b638c60120444e78b778e30db540614b1991.tar.gz
PKGBUILD: add missing deps to python2-setuptools and python2-virtualenv
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6c5676ea3948..8deeccf0c042 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,15 @@
pkgbase = qibuild
pkgdesc = The meta build framework
pkgver = 3.10.1
- pkgrel = 1
+ pkgrel = 2
url = http://doc.aldebaran.com/qibuild/
arch = any
license = BSD
makedepends = python2
makedepends = python2-docutils
- depends = python2
depends = cmake
+ depends = python2-setuptools
+ depends = python2-virtualenv
optdepends = git: for qisrc
optdepends = python2-sphinx: Sphinx support in qidoc
optdepends = python2-virtualenv: for qipy
diff --git a/PKGBUILD b/PKGBUILD
index bd4e554d608f..ba37d98b57be 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,12 +1,12 @@
# Maintainer: Dimitri Merejkowsky <d.merej@gmail.com>
pkgname=qibuild
pkgver='3.10.1'
-pkgrel='1'
+pkgrel='2'
pkgdesc='The meta build framework'
arch=('any')
url='http://doc.aldebaran.com/qibuild/'
license=('BSD')
-depends=('python2' 'cmake')
+depends=('cmake' 'python2-setuptools' 'python2-virtualenv')
optdepends=(
'git: for qisrc'
'python2-sphinx: Sphinx support in qidoc'