summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 7d2fbce35b9c..256acf37e091 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,15 +3,15 @@
pkgname=python-pylibconfig2
_name=${pkgname#python-}
pkgver=0.2.5
-pkgrel=2
+pkgrel=3
pkgdesc="Pure python library for libconfig syntax"
arch=(any)
url="http://pypi.python.org/pypi/${_name}"
license=(GPL3)
-depends=(python python-pyparsing python-setuptools)
+depends=(python python-pyparsing)
+makedepends=(python-setuptools)
source=("https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_name}-${pkgver}.tar.gz")
sha256sums=('186bd2d88356036ac8770195c8a3e9bac3ccdb3b9e6ecf04be62c307760895c7')
-options=(!emptydirs)
build() {
cd "${srcdir}/${_name}-${pkgver}"