diff options
Diffstat (limited to 'community/turbojpeg/PKGBUILD')
-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') |