summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index d7c7327543fe..0aa83a5b15a2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Maintainer: Stefan Husmann <stefan-husmann@t-online.de>
pkgname=mawk
-pkgver=1.3.4_20160930
+pkgver=1.3.4_20161120
pkgrel=1
pkgdesc="An interpreter for the AWK Programming Language"
arch=('i686' 'x86_64')
@@ -11,7 +11,7 @@ license=('GPL')
depends=('glibc')
url="http://invisible-island.net/mawk/"
source=("$pkgname-$pkgver.tar.gz::http://invisible-island.net/datafiles/release/$pkgname.tar.gz")
-sha256sums=('ebf29e64d0053ac0c81946a79875cc27ec7d37e8bd247db797e7f510255ca967')
+sha256sums=('361ec1bb4968c1f1f3b91b77493cf11b31c73ff8516f95db30e4dc28de180c1e')
build() {
cd $srcdir/$pkgname-${pkgver/_/-}