diff options
author | Nicolás Reynolds <fauno@endefensadelsl.org> | 2013-07-12 17:51:32 -0300 |
---|---|---|
committer | Nicolás Reynolds <fauno@endefensadelsl.org> | 2013-07-12 17:51:32 -0300 |
commit | 8878de8508ef59fe63f2d19a258a383ba09b10a8 (patch) | |
tree | 9c5bf862464d4d4c2dae393189065a2615fa260e /core/gettext | |
parent | 0fccb862cc0ea09fc8a76c29babfdcef823d9ab7 (diff) | |
parent | 0d51c533d75a26daabeb9e7b9c5dcfb211498a4d (diff) |
Merge branch 'master' of ssh://vparabola/home/parabola/abslibre-pre-mips64el
Conflicts:
community/libfm/PKGBUILD
community/lxlauncher/PKGBUILD
community/mrtg/PKGBUILD
core/glib2/PKGBUILD
extra/epiphany/PKGBUILD
extra/m17n-lib/PKGBUILD
extra/mtr/PKGBUILD
Diffstat (limited to 'core/gettext')
-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 |