summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorXiretza2021-06-25 11:44:56 +0200
committerXiretza2021-06-25 11:44:56 +0200
commit5e25d513d85feb716b17955ccb20705fc516e1ad (patch)
treea27a6bb8538f413c5d388a32ff0da8b3a32f64a4 /PKGBUILD
parent96bc321967ab704f617dac47a56c0b69fca63984 (diff)
downloadaur-5e25d513d85feb716b17955ccb20705fc516e1ad.tar.gz
Add missing dependencies
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 2a0af791540c..31f92d568389 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,12 +3,12 @@
_pkgname=cmake-build-extension
pkgname="python-$_pkgname-git"
pkgver=0.3.0.r0.g31b148e
-pkgrel=1
+pkgrel=2
pkgdesc="Setuptools extension to build and package CMake projects"
arch=(any)
url="https://github.com/diegoferigo/cmake-build-extension"
license=('MIT')
-depends=('python')
+depends=('python' 'python-gitpython' 'ninja' 'cmake')
makedepends=('git' 'python-setuptools')
checkdepends=('python-pytest')
provides=("python-$_pkgname=$pkgver")