summaryrefslogtreecommitdiff
path: root/core/gettext
diff options
context:
space:
mode:
authorMichał Masłowski <mtjm@mtjm.eu>2013-03-17 10:35:08 +0100
committerMichał Masłowski <mtjm@mtjm.eu>2013-03-17 10:35:08 +0100
commite10efb748d0e5c4657fb0bed2d5b3bb586437040 (patch)
tree4822b76b0a0f9d7993add87288b9487f4617d9e0 /core/gettext
parent10a947aedb8c9a66afdf15d0c7385b8277f5250c (diff)
parent993f2994ae292cae095a0282520680c33d92af5b (diff)
Merge branch 'master' of ssh://parabolagnulinux.org:1863/home/parabola/abslibre-pre-mips64el
Conflicts: core/gettext/PKGBUILD core/libassuan/PKGBUILD core/util-linux/PKGBUILD
Diffstat (limited to 'core/gettext')
-rw-r--r--core/gettext/PKGBUILD10
1 files changed, 5 insertions, 5 deletions
diff --git a/core/gettext/PKGBUILD b/core/gettext/PKGBUILD
index 9c610dcfb..b88eec362 100644
--- a/core/gettext/PKGBUILD
+++ b/core/gettext/PKGBUILD
@@ -1,9 +1,9 @@
-# $Id: PKGBUILD 174268 2013-01-03 13:58:09Z allan $
+# $Id: PKGBUILD 180089 2013-03-16 12:44:48Z tpowa $
# Maintainer:
pkgname=gettext
-pkgver=0.18.2
-pkgrel=1.1
+pkgver=0.18.2.1
+pkgrel=1
pkgdesc="GNU internationalization library"
arch=('i686' 'x86_64' 'mips64el')
url="http://www.gnu.org/software/gettext/"
@@ -14,8 +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=('0c86e5af70c195ab8bd651d17d783928'
- '1a658e29a03ab42da6d2d468b0583407')
+md5sums=('034c8103b14654ebd300fadac44d6f14'
+ 'e4658c307333395a12f8d0b4d95fbb0f')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"