summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authormutantmonkey2013-07-07 20:59:23 -0700
committermutantmonkey2013-07-07 20:59:23 -0700
commit0d7aea3ff82effdfb79e0c2e13df069fb8b9cf57 (patch)
treed8a37a6f45ecccba798ec9a45c51b08083447dad
parent6b94c08381842f6bf063c17095829387b27d8042 (diff)
downloadaur-0d7aea3ff82effdfb79e0c2e13df069fb8b9cf57.tar.gz
python2-colorpy: add python2-numpy dependency
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index dcbad0595f4a..95fbd96b09cd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,12 +1,12 @@
# Maintainer: mutantmonkey <aur@mutantmonkey.in>
pkgname=python2-colorpy
pkgver=0.1.0
-pkgrel=1
+pkgrel=2
pkgdesc="Python package that can convert physical descriptions of light into RGB colors"
arch=('any')
url="http://markkness.net/colorpy/ColorPy.html"
license=('GPL')
-depends=('python2')
+depends=('python2' 'python2-numpy')
options=(!emptydirs)
source=("http://markkness.net/colorpy/dist/colorpy-${pkgver}.tar.gz")
sha256sums=('6ffe5311a61d17aac76eec216fa66e959a41cdc4a627d418ee1bf0ada9a777fd')