diff options
Diffstat (limited to 'community/libextractor/PKGBUILD')
-rw-r--r-- | community/libextractor/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/libextractor/PKGBUILD b/community/libextractor/PKGBUILD index 669b500dc..2c1c982c5 100644 --- a/community/libextractor/PKGBUILD +++ b/community/libextractor/PKGBUILD @@ -6,7 +6,7 @@ pkgname=libextractor pkgver=1.0.1 pkgrel=1 pkgdesc="A library used to extract meta-data from files of arbitrary type" -arch=("i686" "x86_64") +arch=("i686" "x86_64" 'mips64el') license=('GPL') url="http://gnunet.org/libextractor/" depends=('libltdl') |