summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9df90114d8e8..6e5e0ab7bfcb 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = python-plotnine
pkgdesc = A grammar of graphics for python
pkgver = 0.12.3
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/has2k1/plotnine
arch = any
license = MIT
@@ -12,6 +12,8 @@ pkgbase = python-plotnine
makedepends = python-build
makedepends = python-installer
makedepends = python-wheel
+ makedepends = python-setuptools
+ makedepends = python-setuptools-scm
depends = python
depends = python-matplotlib>=3.6.0
depends = python-mizani<=0.11.0
diff --git a/PKGBUILD b/PKGBUILD
index d32b967a4310..730c42dc71d9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
_name=plotnine
pkgname=python-$_name
pkgver=0.12.3
-pkgrel=1
+pkgrel=2
pkgdesc='A grammar of graphics for python'
arch=(any)
url="https://github.com/has2k1/$_name"
@@ -32,6 +32,8 @@ makedepends=(
python-build
python-installer
python-wheel
+ python-setuptools
+ python-setuptools-scm
)
checkdepends=(