diff options
Diffstat (limited to 'community/libraw/PKGBUILD')
-rw-r--r-- | community/libraw/PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/community/libraw/PKGBUILD b/community/libraw/PKGBUILD index 35d7c9317..00d6905c4 100644 --- a/community/libraw/PKGBUILD +++ b/community/libraw/PKGBUILD @@ -6,9 +6,9 @@ pkgname=libraw pkgver=0.14.7 -pkgrel=1 +pkgrel=1.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') |