diff options
Diffstat (limited to 'community/judy/PKGBUILD')
-rw-r--r-- | community/judy/PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/community/judy/PKGBUILD b/community/judy/PKGBUILD index e0fc510d8..1af50ede4 100644 --- a/community/judy/PKGBUILD +++ b/community/judy/PKGBUILD @@ -4,8 +4,8 @@ pkgname=judy pkgver=1.0.5 -pkgrel=3 -arch=('i686' 'x86_64') +pkgrel=3.1 +arch=('i686' 'x86_64' 'mips64el') pkgdesc="C library creating and accessing dynamic arrays" makedepends=(gcc) options=(!strip) |