diff options
Diffstat (limited to 'community/python-pillow/PKGBUILD')
-rw-r--r-- | community/python-pillow/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/python-pillow/PKGBUILD b/community/python-pillow/PKGBUILD index 6bc90397f..436125772 100644 --- a/community/python-pillow/PKGBUILD +++ b/community/python-pillow/PKGBUILD @@ -10,7 +10,7 @@ _appname=Pillow _py2basever=2.7 _py3basever=3.3m pkgdesc="Python Imaging Library (PIL) fork. Python3 version." -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://python-imaging.github.io/" license=('BSD') makedepends=('python-setuptools' 'python2-setuptools' 'lcms' 'libwebp' 'tk' 'sane') |