diff options
Diffstat (limited to 'community/libraw')
-rw-r--r-- | community/libraw/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/libraw/PKGBUILD b/community/libraw/PKGBUILD index 290049feb..ab5b60a27 100644 --- a/community/libraw/PKGBUILD +++ b/community/libraw/PKGBUILD @@ -8,7 +8,7 @@ pkgname=libraw pkgver=0.14.6 pkgrel=1 pkgdesc="A library for reading RAW files obtained from digital photo cameras (CRW/CR2, NEF, RAF, DNG, and others)" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://www.libraw.org/" license=('CDDL' 'LGPL' 'custom') depends=('lcms') |