diff options
Diffstat (limited to 'abs/core/gettext/PKGBUILD')
-rw-r--r-- | abs/core/gettext/PKGBUILD | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/abs/core/gettext/PKGBUILD b/abs/core/gettext/PKGBUILD index 87bcf54..c8dbf03 100644 --- a/abs/core/gettext/PKGBUILD +++ b/abs/core/gettext/PKGBUILD @@ -2,17 +2,16 @@ # Maintainer: pkgname=gettext -pkgver=0.19.5 -pkgrel=1 +pkgver=0.19.8.1 +pkgrel=2 pkgdesc="GNU internationalization library" -arch=('i686' 'x86_64') +arch=('x86_64') url="http://www.gnu.org/software/gettext/" license=('GPL') groups=('base' 'base-devel') depends=('gcc-libs' 'acl' 'sh' 'glib2' 'libunistring') optdepends=('git: for autopoint infrastructure updates') options=(!docs) -install=gettext.install source=(ftp://ftp.gnu.org/pub/gnu/gettext/${pkgname}-${pkgver}.tar.gz{,.sig}) validpgpkeys=('462225C3B46F34879FC8496CD605848ED7E69871') # Daiki Ueno @@ -31,5 +30,5 @@ package() { cd "${srcdir}/${pkgname}-${pkgver}" make DESTDIR="${pkgdir}" install } -md5sums=('0f3c108d64e8dcd9e6fbdff4ca722feb' +md5sums=('97e034cf8ce5ba73a28ff6c3c0638092' 'SKIP') |