diff options
author | Omar Vega Ramos <ovruni@gnu.org.pe> | 2013-03-31 23:53:05 -0500 |
---|---|---|
committer | Omar Vega Ramos <ovruni@gnu.org.pe> | 2013-03-31 23:53:05 -0500 |
commit | ee06a89d3bbc8a5479b23e34fffd08fa1281a66e (patch) | |
tree | 36b939a772a378d2dc7959af6a749e9ea0713bb8 /community/turbojpeg | |
parent | b0e566651936bf5dc259554c96b30a5502392959 (diff) |
Add mips64el in archs
Diffstat (limited to 'community/turbojpeg')
-rw-r--r-- | community/turbojpeg/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/turbojpeg/PKGBUILD b/community/turbojpeg/PKGBUILD index 55b41757a..d6f7dba16 100644 --- a/community/turbojpeg/PKGBUILD +++ b/community/turbojpeg/PKGBUILD @@ -6,7 +6,7 @@ pkgname=turbojpeg pkgver=1.2.1 pkgrel=1 pkgdesc="turbojpeg library from libjpeg-turbo" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://www.libjpeg-turbo.org/About/TurboJPEG" license=('GPL' 'custom') depends=('glibc' 'libjpeg') |