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

Allan McRae allan at archlinux.org
Mon Dec 31 06:04:56 UTC 2012


    Date: Monday, December 31, 2012 @ 01:04:56
  Author: allan
Revision: 173977

upgpkg: gawk 4.0.2-1

upstream update, add to base-devel

Modified:
  gawk/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2012-12-31 03:29:45 UTC (rev 173976)
+++ PKGBUILD	2012-12-31 06:04:56 UTC (rev 173977)
@@ -3,36 +3,33 @@
 # Contributor: Tom Newsom <Jeepster at gmx.co.uk>
 
 pkgname=gawk
-pkgver=4.0.1
+pkgver=4.0.2
 pkgrel=1
 pkgdesc="GNU version of awk"
 arch=('i686' 'x86_64')
 url="http://www.gnu.org/directory/GNU/gawk.html"
 license=('GPL')
-groups=('base')
+groups=('base' 'base-devel')
 depends=('sh' 'glibc')
 provides=('awk')
 install=gawk.install
 source=(ftp://ftp.gnu.org/pub/gnu/${pkgname}/${pkgname}-${pkgver}.tar.gz{,.sig})
-md5sums=('bab2bda483e9f32be65b43b8dab39fa5'
-         '7cf4e4896509c655dd00ecd4ca9098ef')
+md5sums=('4d505dc2c9f1eb3e9f8d6cac87d4bd1a'
+         '131f79e5aa1528649c90ccf0440db0a6')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}
-
   ./configure --prefix=/usr --libexecdir=/usr/lib
   make 
 }
 
 check() {
   cd ${srcdir}/${pkgname}-${pkgver}
-
   make check
 }
 
 package() {
   cd ${srcdir}/${pkgname}-${pkgver}
-
   make DESTDIR=${pkgdir} install
 
   install -dm755 ${pkgdir}/bin 




More information about the arch-commits mailing list