diff options
Diffstat (limited to 'core/gettext/PKGBUILD')
-rw-r--r-- | core/gettext/PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/core/gettext/PKGBUILD b/core/gettext/PKGBUILD index cc2ce7239..9c610dcfb 100644 --- a/core/gettext/PKGBUILD +++ b/core/gettext/PKGBUILD @@ -3,9 +3,9 @@ pkgname=gettext pkgver=0.18.2 -pkgrel=1 +pkgrel=1.1 pkgdesc="GNU internationalization library" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://www.gnu.org/software/gettext/" license=('GPL') groups=('base' 'base-devel') |