diff options
author | Omar Vega Ramos <ovruni@gnu.org.pe> | 2012-10-26 17:03:56 -0500 |
---|---|---|
committer | Omar Vega Ramos <ovruni@gnu.org.pe> | 2012-10-26 17:03:56 -0500 |
commit | a9aa1ff035198997f888ff9da072d24438cd4181 (patch) | |
tree | 11257ac3c586e834bfcb86bbe38bfd004484f1b9 /community/python2-imaging/PKGBUILD | |
parent | 8bdddf0c9d5b345120c8d2514131623ba1dcb13a (diff) |
Add mips64el in archs
Diffstat (limited to 'community/python2-imaging/PKGBUILD')
-rw-r--r-- | community/python2-imaging/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/python2-imaging/PKGBUILD b/community/python2-imaging/PKGBUILD index 49b368ada..a4c727873 100644 --- a/community/python2-imaging/PKGBUILD +++ b/community/python2-imaging/PKGBUILD @@ -8,7 +8,7 @@ pkgname=python2-imaging pkgver=1.1.7 pkgrel=5 pkgdesc="PIL. Provides image processing capabilities for python" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://www.pythonware.com/products/pil/index.htm" license=('custom:"pil"') depends=('python2' 'libjpeg' 'freetype2' 'lcms') |