[arch-commits] Commit in gettext/trunk (PKGBUILD)

Tobias Powalowski tpowa at archlinux.org
Fri May 14 10:45:54 UTC 2010


    Date: Friday, May 14, 2010 @ 06:45:54
  Author: tpowa
Revision: 80269

upgpkg: gettext 0.18-1
bump to latest version

Modified:
  gettext/trunk/PKGBUILD

----------+
 PKGBUILD |    8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2010-05-14 09:57:44 UTC (rev 80268)
+++ PKGBUILD	2010-05-14 10:45:54 UTC (rev 80269)
@@ -2,19 +2,18 @@
 # Maintainer: 
 
 pkgname=gettext
-pkgver=0.17
-pkgrel=4
+pkgver=0.18
+pkgrel=1
 pkgdesc="GNU internationalization library"
 arch=('i686' 'x86_64')
 url="http://www.gnu.org/software/gettext"
 license=('GPL')
 groups=('base')
-depends=('gcc-libs' 'acl' 'sh')
+depends=('gcc-libs' 'acl' 'sh' 'glib2')
 optdepends=('cvs: for autopoint tool')
 options=(!libtool)
 install=gettext.install
 source=(ftp://ftp.gnu.org/pub/gnu/gettext/${pkgname}-${pkgver}.tar.gz)
-md5sums=('58a2bc6d39c0ba57823034d55d65d606')
 
 build() {
   cd $srcdir/${pkgname}-${pkgver}
@@ -27,3 +26,4 @@
   cd $srcdir/${pkgname}-${pkgver}
   make DESTDIR=$pkgdir install
 }
+md5sums=('d52a3e061032a1ed13856d42fc86f0fd')




More information about the arch-commits mailing list