summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorVictor2023-10-28 11:23:02 +0200
committerVictor2023-10-28 11:23:02 +0200
commitc71bfbc9fc90d5976385bac88ef935ce0e8ea9d2 (patch)
tree17bf3dffdaa945a3e23531d24a9e18a7c14141cd /PKGBUILD
parent550ce8e927744db17deb3c413a6383bc498d0ae9 (diff)
downloadaur-c71bfbc9fc90d5976385bac88ef935ce0e8ea9d2.tar.gz
Add 'python-setuptools' as makedep
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 9a68d12eb9bb..da76981ca301 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,13 +5,13 @@
_name=palettable
pkgname=python-palettable
pkgver=3.3.3
-pkgrel=1
+pkgrel=2
pkgdesc="Color palettes for Python"
arch=('any')
url="https://pypi.org/project/palettable"
license=('MIT')
depends=('python' 'python-matplotlib')
-makedepends=('python-build' 'python-installer' 'python-wheel')
+makedepends=('python-build' 'python-installer' 'python-wheel' 'python-setuptools')
replaces=('python-brewer2mpl')
source=("${pkgname}-${pkgver}.tar.gz::https://pypi.io/packages/source/${_name:0:1}/${_name}/${_name}-${pkgver}.tar.gz"
"https://raw.githubusercontent.com/jiffyclub/palettable/d267e4aa8f746ab800d4998e670d60eca13f32cd/license.txt")