diff options
author | Omar Vega Ramos <ovruni@gnu.org.pe> | 2012-06-30 15:02:20 -0500 |
---|---|---|
committer | Omar Vega Ramos <ovruni@gnu.org.pe> | 2012-06-30 15:02:20 -0500 |
commit | 09daeaa1146512041ab593de43cb3710662cf3ca (patch) | |
tree | b3373ca63182a2b97d57138ac3360d71de83fbaf /community/iec16022/PKGBUILD | |
parent | 1b6914143017780c2912f861201a3cf005d5f08e (diff) |
Add mips64el in arch
Diffstat (limited to 'community/iec16022/PKGBUILD')
-rw-r--r-- | community/iec16022/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/iec16022/PKGBUILD b/community/iec16022/PKGBUILD index 0924cbbce..18f1015fd 100644 --- a/community/iec16022/PKGBUILD +++ b/community/iec16022/PKGBUILD @@ -5,7 +5,7 @@ pkgname=iec16022 pkgver=0.2.4 pkgrel=1 pkgdesc="Produce 2D barcodes often also referenced as DataMatrix" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://datenfreihafen.org/projects/iec16022.html" license=('GPL') depends=('popt' 'zlib') |