summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJingbei Li2022-06-16 16:12:56 +0800
committerJingbei Li2022-06-16 16:12:56 +0800
commit3af392a4b6f501d55a9160bfb737317b69937eed (patch)
tree678576a2a92e92dd74a3bcf5a02947aecb0af17a
parent2281d17baf60838746f86fd7c431735f5d61a352 (diff)
downloadaur-3af392a4b6f501d55a9160bfb737317b69937eed.tar.gz
fixed the build
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1d18b8504468..2831599095ea 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -7,6 +7,7 @@ pkgbase = python-pybindgen
arch = x86_64
license = LGPL
makedepends = python-setuptools
+ makedepends = python-pip
depends = python
source = https://pypi.python.org/packages/source/P/PyBindGen/PyBindGen-0.22.1.tar.gz
md5sums = a082555346450f008d68c337c2e175d0
diff --git a/PKGBUILD b/PKGBUILD
index f4a91d397fda..248b4441a089 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -11,7 +11,7 @@ url='https://github.com/gjcarneiro/pybindgen'
arch=('i686' 'x86_64')
license=('LGPL')
depends=('python')
-makedepends=('python-setuptools')
+makedepends=('python-setuptools' 'python-pip')
# Note: pygccxml does not support Python 3 yet
#optdepends=('gccxml' 'pygccxml')
source=("https://pypi.python.org/packages/source/P/PyBindGen/PyBindGen-${pkgver}.tar.gz")