diff options
Diffstat (limited to 'core/gawk/PKGBUILD')
-rw-r--r-- | core/gawk/PKGBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/core/gawk/PKGBUILD b/core/gawk/PKGBUILD index d8ae62387..cf1b0f124 100644 --- a/core/gawk/PKGBUILD +++ b/core/gawk/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 197682 2013-10-28 10:54:43Z tpowa $ +# $Id: PKGBUILD 212223 2014-05-11 08:53:39Z tpowa $ # Maintainer: # Contributor: Tom Newsom <Jeepster@gmx.co.uk> pkgname=gawk -pkgver=4.1.0 -pkgrel=2 +pkgver=4.1.1 +pkgrel=1 pkgdesc="GNU version of awk" arch=('i686' 'x86_64') url="http://www.gnu.org/software/gawk/" @@ -14,7 +14,7 @@ depends=('sh' 'glibc' 'mpfr') provides=('awk') install=gawk.install source=(ftp://ftp.gnu.org/pub/gnu/${pkgname}/${pkgname}-${pkgver}.tar.gz{,.sig}) -md5sums=('13e02513105417818a31ef375f9f9f42' +md5sums=('45f5b09aa87b4744c4c53bf274e96ed0' 'SKIP') build() { |