diff options
author | Nicolás Reynolds <fauno@endefensadelsl.org> | 2014-06-25 03:25:00 +0000 |
---|---|---|
committer | Nicolás Reynolds <fauno@endefensadelsl.org> | 2014-06-25 03:25:00 +0000 |
commit | 7d53ccd018d0e86e7aa3a0c0b1a092ce8b206041 (patch) | |
tree | ada6a2a821b25dd0c06d04b48baeb2e482c632e8 /core | |
parent | ede7515706823fff2791a9a5225bbe0473005bc9 (diff) |
Wed Jun 25 03:21:53 UTC 2014
Diffstat (limited to 'core')
-rw-r--r-- | core/gettext/PKGBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/core/gettext/PKGBUILD b/core/gettext/PKGBUILD index fc1d8973c..2451fe415 100644 --- a/core/gettext/PKGBUILD +++ b/core/gettext/PKGBUILD @@ -1,8 +1,8 @@ -# $Id: PKGBUILD 203560 2014-01-13 16:35:40Z tpowa $ +# $Id: PKGBUILD 215409 2014-06-24 06:20:48Z tpowa $ # Maintainer: pkgname=gettext -pkgver=0.18.3.2 +pkgver=0.19.1 pkgrel=1 pkgdesc="GNU internationalization library" arch=('i686' 'x86_64') @@ -10,11 +10,11 @@ url="http://www.gnu.org/software/gettext/" license=('GPL') groups=('base' 'base-devel') depends=('gcc-libs' 'acl' 'sh' 'glib2' 'libunistring') -optdepends=('cvs: for autopoint tool') +optdepends=('git: for autopoint infrastructure updates') options=(!docs) install=gettext.install source=(ftp://ftp.gnu.org/pub/gnu/gettext/${pkgname}-${pkgver}.tar.gz{,.sig}) -md5sums=('241aba309d07aa428252c74b40a818ef' +md5sums=('8949a57e82abe88274a93174ade515e4' 'SKIP') build() { |