summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJP-Ellis2019-01-24 13:30:59 +1100
committerJP-Ellis2019-01-24 13:30:59 +1100
commit888e768d8e059f6a8d6190e6b50ee071392dcbcd (patch)
tree1e016264d5de0dd27f1356830b906d91a6345bc8 /PKGBUILD
parent1f45d288841ac437c8ac573258785822a5712c64 (diff)
downloadaur-python-pyparser.tar.gz
Add python-prase as dependency
Signed-off-by: JP-Ellis <josh@jpellis.me>
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 7db9acd3390a..727c1dbed2cd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,12 +2,12 @@
pkgname=python-pyparser
_name=${pkgname#python-}
pkgver=1.0
-pkgrel=2
+pkgrel=3
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')
+depends=('python' 'python-parse')
optdepends=()
makedepends=('python-setuptools')
source=("https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_name}-${pkgver}.tar.gz")