diff options
Diffstat (limited to 'core/gettext/PKGBUILD')
-rw-r--r-- | core/gettext/PKGBUILD | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/core/gettext/PKGBUILD b/core/gettext/PKGBUILD index b88eec362..c379ab0e3 100644 --- a/core/gettext/PKGBUILD +++ b/core/gettext/PKGBUILD @@ -1,8 +1,8 @@ -# $Id: PKGBUILD 180089 2013-03-16 12:44:48Z tpowa $ +# $Id: PKGBUILD 189899 2013-07-11 06:27:56Z tpowa $ # Maintainer: pkgname=gettext -pkgver=0.18.2.1 +pkgver=0.18.3 pkgrel=1 pkgdesc="GNU internationalization library" arch=('i686' 'x86_64' 'mips64el') @@ -14,9 +14,8 @@ optdepends=('cvs: for autopoint tool') options=(!libtool !docs) install=gettext.install source=(ftp://ftp.gnu.org/pub/gnu/gettext/${pkgname}-${pkgver}.tar.gz{,.sig}) -md5sums=('034c8103b14654ebd300fadac44d6f14' - 'e4658c307333395a12f8d0b4d95fbb0f') - +md5sums=('3fa4236c41b7e837355de144210207ec' + 'SKIP') build() { cd "${srcdir}/${pkgname}-${pkgver}" ./configure --prefix=/usr |