diff options
Diffstat (limited to 'core/gettext/PKGBUILD')
-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 90731c03d..27a87056a 100644 --- a/core/gettext/PKGBUILD +++ b/core/gettext/PKGBUILD @@ -1,17 +1,17 @@ -# $Id: PKGBUILD 193578 2013-08-24 12:17:50Z tpowa $ +# $Id: PKGBUILD 197811 2013-10-30 11:03:28Z allan $ # Maintainer: pkgname=gettext pkgver=0.18.3.1 -pkgrel=1 +pkgrel=2 pkgdesc="GNU internationalization library" arch=('i686' 'x86_64' 'mips64el') url="http://www.gnu.org/software/gettext/" license=('GPL') groups=('base' 'base-devel') -depends=('gcc-libs' 'acl' 'sh' 'glib2') +depends=('gcc-libs' 'acl' 'sh' 'glib2' 'libunistring') optdepends=('cvs: for autopoint tool') -options=(!libtool !docs) +options=(!docs) install=gettext.install source=(ftp://ftp.gnu.org/pub/gnu/gettext/${pkgname}-${pkgver}.tar.gz{,.sig}) md5sums=('3fc808f7d25487fc72b5759df7419e02' |