summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJP-Ellis2018-11-01 09:49:36 +1100
committerJP-Ellis2018-11-01 09:49:36 +1100
commit1f45d288841ac437c8ac573258785822a5712c64 (patch)
treea3a7d7c53d1da3181c4e115ca4cb23e7f00cb584 /PKGBUILD
parent28d82d5f782590078e95ea9dd8816080306a975f (diff)
downloadaur-1f45d288841ac437c8ac573258785822a5712c64.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 93c0487a9ec7..7db9acd3390a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,13 +2,14 @@
pkgname=python-pyparser
_name=${pkgname#python-}
pkgver=1.0
-pkgrel=1
+pkgrel=2
pkgdesc="pyparser is a collection of classes to make it easier to parse text data in a pythonic way."
arch=('any')
url="https://pypi.org/project/pyparser/"
license=('GPL')
depends=('python')
optdepends=()
+makedepends=('python-setuptools')
source=("https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_name}-${pkgver}.tar.gz")
sha256sums=('d1b76e2dabdd2952cadfd545229cc144afee6130bf171a031d5bf53f11b912f5')
noextract=()