gawk: Update to 4.1.2

This commit is contained in:
Alexpux
2015-05-01 21:26:04 +03:00
parent 3a4a1d936f
commit b5e90bed3e

View File

@@ -1,8 +1,8 @@
# Maintainer: Alexey Pavlov <alexpux@gmail.com>
pkgname=gawk
pkgver=4.1.1
pkgrel=3
pkgver=4.1.2
pkgrel=1
pkgdesc="GNU version of awk"
arch=('i686' 'x86_64')
url="http://www.gnu.org/software/gawk/"
@@ -14,7 +14,7 @@ provides=('awk')
install=gawk.install
source=(ftp://ftp.gnu.org/pub/gnu/${pkgname}/${pkgname}-${pkgver}.tar.gz{,.sig}
gawk-4.1.1-autotools.patch)
md5sums=('45f5b09aa87b4744c4c53bf274e96ed0'
md5sums=('c72124f8cf44e2f2d946afb281b9e125'
'SKIP'
'd865059f5468d4e4260c94349fe8776c')
@@ -34,6 +34,7 @@ build() {
--without-libiconv-prefix \
--without-libintl-prefix \
--without-libsigsegv
make
}