diff options
Diffstat (limited to 'community/xapian-core/PKGBUILD')
-rw-r--r-- | community/xapian-core/PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/community/xapian-core/PKGBUILD b/community/xapian-core/PKGBUILD index 4b007cc4b..775a09403 100644 --- a/community/xapian-core/PKGBUILD +++ b/community/xapian-core/PKGBUILD @@ -6,9 +6,9 @@ pkgname=xapian-core pkgver=1.2.12 -pkgrel=1 +pkgrel=1.1 pkgdesc='Open source search engine library.' -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url='http://www.xapian.org/' license=('GPL') depends=('sh' 'gcc-libs' 'zlib' 'util-linux') |