summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorhaawda2019-09-02 00:33:51 +0200
committerhaawda2019-09-02 00:33:51 +0200
commit028992082e38fa75780b7aa39ba4501a13b6875f (patch)
tree2bf60765330e15eb20aabe973e2fb94dff1a79aa /PKGBUILD
parentc46e4e4f6abaee51e3daf265baa1f1282f15d208 (diff)
downloadaur-028992082e38fa75780b7aa39ba4501a13b6875f.tar.gz
update
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 46dd02a11424..098425090e8c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,15 +3,15 @@
# Maintainer: Stefan Husmann <stefan-husmann@t-online.de>
pkgname=mawk
-pkgver=1.3.4_20171017
-pkgrel=2
+pkgver=1.3.4_20190203
+pkgrel=1
pkgdesc="An interpreter for the AWK Programming Language"
arch=('i686' 'x86_64')
license=('GPL')
depends=('glibc')
url="http://invisible-island.net/mawk/"
source=("$pkgname-$pkgver::http://invisible-island.net/datafiles/release/$pkgname.tar.gz")
-sha256sums=('db17115d1ed18ed1607c8b93291db9ccd4fe5e0f30d2928c3c5d127b23ec9e5b')
+sha256sums=('daacb314029185bbef86b0df5627ad8591378d420fc32236f99f15a9a8a6b840')
build() {
cd $pkgname-${pkgver/_/-}