diff options
Diffstat (limited to 'extra/python2-cairo/PKGBUILD')
-rw-r--r-- | extra/python2-cairo/PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/extra/python2-cairo/PKGBUILD b/extra/python2-cairo/PKGBUILD index 0f2fb1462..7d6fb0c32 100644 --- a/extra/python2-cairo/PKGBUILD +++ b/extra/python2-cairo/PKGBUILD @@ -3,9 +3,9 @@ pkgname=python2-cairo pkgver=1.10.0 -pkgrel=1 +pkgrel=1.1 pkgdesc="Python2 bindings for the cairo graphics library" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') license=('LGPL' 'MPL') depends=('python2' 'cairo') options=('!libtool') |