diff options
Diffstat (limited to 'extra/pycups/PKGBUILD')
-rw-r--r-- | extra/pycups/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/extra/pycups/PKGBUILD b/extra/pycups/PKGBUILD index 6af67b143..9d66b4f2b 100644 --- a/extra/pycups/PKGBUILD +++ b/extra/pycups/PKGBUILD @@ -6,7 +6,7 @@ pkgname=pycups pkgver=1.9.66 pkgrel=1 pkgdesc="Python CUPS Bindings" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://cyberelk.net/tim/software/pycups/" license=('GPL') depends=('libcups' 'python2') |