summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJP-Ellis2018-11-01 09:48:40 +1100
committerJP-Ellis2018-11-01 09:48:40 +1100
commitea24cb75eaf98837dcbcabfd8031b3245fb9fa75 (patch)
tree43932332f244ff6d701038126b50fbc45923dc12 /PKGBUILD
parent76d00013a9f614aeb7765627a2d1cf14bbc6e12c (diff)
downloadaur-ea24cb75eaf98837dcbcabfd8031b3245fb9fa75.tar.gz
Add python-setuptools to makedepends
Signed-off-by: JP-Ellis <josh@jpellis.me>
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 8522d72dbb07..8ded93527455 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,13 +2,14 @@
pkgname=python-pylibgen
_name=${pkgname#python-}
pkgver=1.3.1
-pkgrel=1
+pkgrel=2
pkgdesc="Python interface to Library Genesis."
arch=('any')
url="https://pypi.org/project/pylibgen/"
license=('GPL')
depends=('python')
optdepends=()
+makedepends=('python-setuptools')
source=("https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_name}-${pkgver}.tar.gz")
sha256sums=('303b0f279504c6b97f7619835bc9005bdadf9860c8b7a5d8204b189747c471e7')
noextract=()