summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorFlorian Bruhin2015-01-18 23:37:26 +0100
committerFlorian Bruhin2015-01-18 23:37:26 +0100
commitb1e2b42c95b25db1309c1521aebd1158e0b494cf (patch)
tree810e99a454448bf7ca66e3807dcb4db3149b22de /PKGBUILD
parent708186b757d378e62a1f6dcabd204f996036f879 (diff)
downloadaur-b1e2b42c95b25db1309c1521aebd1158e0b494cf.tar.gz
python2-pypng: Add setuptools dependency.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index cbfe69222c4c..45c2ac528c7f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,13 +3,13 @@
pkgname=python2-pypng
pkgver=0.0.16
-pkgrel=1
+pkgrel=2
pkgdesc="Python 2 module to decode and encode PNG files"
arch=('any')
url="https://github.com/drj11/pypng"
license=('MIT')
depends=('python2')
-makedepends=('python2')
+makedepends=('python2' 'python2-setuptools')
source=(https://github.com/drj11/pypng/archive/pypng-${pkgver}.tar.gz)
sha1sums=('656da1a46b82689154760b1863d3677472321c39')