summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGreyson Christoforo2023-09-03 19:42:27 +0100
committerGreyson Christoforo2023-09-03 19:42:27 +0100
commited922e1aaaf7021ae3d89f71e798c5a0c94499b9 (patch)
tree1b8eaa40b0a174728f685ee2ada36b2aefde797c
parent75a80cc64e4f3f0c86c00544e0a88949d22e27f4 (diff)
downloadaur-mplcairo.tar.gz
add missing build dep
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD1
2 files changed, 2 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
index efbe8680cb10..4303e9b3a302 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -5,6 +5,7 @@ pkgbase = mplcairo
url = https://github.com/matplotlib/mplcairo
arch = x86_64
license = MIT
+ makedepends = python-pip
makedepends = python-setuptools
makedepends = git
depends = python-matplotlib
diff --git a/PKGBUILD b/PKGBUILD
index a61a516e7d32..0b6fda0074f9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -11,6 +11,7 @@ python-cairo
cairo
)
makedepends=(
+python-pip
python-setuptools
git
)