diff options
author | Michał Masłowski <mtjm@mtjm.eu> | 2013-08-20 21:20:42 +0200 |
---|---|---|
committer | Michał Masłowski <mtjm@mtjm.eu> | 2013-08-20 21:20:42 +0200 |
commit | 476a52b9f85d52095f043d253618cddee4e2b061 (patch) | |
tree | 61821b028eb365844cfe234649306cc776957745 /pcr/zbar/PKGBUILD | |
parent | b45c54bb326e5afd24b109a9607c7432dd4bc90d (diff) | |
download | abslibre-476a52b9f85d52095f043d253618cddee4e2b061.tar.gz abslibre-476a52b9f85d52095f043d253618cddee4e2b061.tar.bz2 abslibre-476a52b9f85d52095f043d253618cddee4e2b061.zip |
Build python2-qrencode and zbar for mips64el.
Diffstat (limited to 'pcr/zbar/PKGBUILD')
-rw-r--r-- | pcr/zbar/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pcr/zbar/PKGBUILD b/pcr/zbar/PKGBUILD index 120161a11..199fc2bb8 100644 --- a/pcr/zbar/PKGBUILD +++ b/pcr/zbar/PKGBUILD @@ -6,7 +6,7 @@ pkgname=zbar pkgver=0.10 pkgrel=3 pkgdesc="Application and library for reading bar codes from various sources" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://zbar.sourceforge.net/" license=('LGPL') depends=('imagemagick' 'libxv') |