summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDrobot Viktor2017-10-15 23:11:59 +0300
committerDrobot Viktor2017-10-15 23:11:59 +0300
commit050319e9d9bd52563e4f47ebb0260ecaca30d0d5 (patch)
treedb50b1c964a8f0a0eb5fce08decf02d41785ed8f /PKGBUILD
parent8678379ad44c02e538dee70fec47f37b3d5a8f48 (diff)
downloadaur-050319e9d9bd52563e4f47ebb0260ecaca30d0d5.tar.gz
The first release of python-pylibconfig2 - fixed depends section
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index acb9ca3bb268..4ca65fdad69c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ arch=('any')
url="http://pypi.python.org/pypi/${_name}"
license=('GPLv3')
makedepends=('python-setuptools')
-depends=('python python-pyparsing')
+depends=('python' 'python-pyparsing')
options=(!emptydirs)
source=("https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_name}-${pkgver}.tar.gz")