mawk: update to 1.3.4.20190203.

This commit is contained in:
Piotr Wójcik 2019-11-05 21:10:59 +01:00 committed by Piotr
parent 7745e2a4e6
commit 75b69c01a3
2 changed files with 8 additions and 9 deletions

View file

@ -1,20 +1,18 @@
# Template file for 'mawk'
pkgname=mawk
_distver=1.3.4
_datever=20171017
version=${_distver}.${_datever}
version=1.3.4.20190203
revision=1
_distver="${version%.*}-${version##*.}"
wrksrc="${pkgname}-${_distver}"
build_style="gnu-configure"
short_desc="An interpreter for the AWK Programming Language"
short_desc="Interpreter for the AWK Programming Language"
maintainer="Orphaned <orphan@voidlinux.org>"
license="GPL-2.0-only"
homepage="http://invisible-island.net/mawk/mawk.html"
distfiles="http://invisible-mirror.net/archives/mawk/mawk-${_distver}-${_datever}.tgz"
checksum=db17115d1ed18ed1607c8b93291db9ccd4fe5e0f30d2928c3c5d127b23ec9e5b
wrksrc="${pkgname}-${_distver}-${_datever}"
provides="awk-0_1"
distfiles="http://invisible-mirror.net/archives/mawk/mawk-${_distver}.tgz"
checksum=daacb314029185bbef86b0df5627ad8591378d420fc32236f99f15a9a8a6b840
alternatives="
awk:awk:/usr/bin/mawk
awk:awk.1:/usr/share/man/man1/mawk.1
"
provides="awk-0_1"

1
srcpkgs/mawk/update Normal file
View file

@ -0,0 +1 @@
pattern='(?<!-)\b\Q'"$pkgname"'\E[-_]?((src|source)[-_])?\K([^/_\s]*?\d[^/_\s]*?)(?=(?:[-_.](?:src|source|orig))?\.(?:[jt]ar|shar|t[bglx]z|tbz2|zip))\b'