update to 12.4-systemd: gawk-5.3.2
This commit is contained in:
@@ -1,12 +1,12 @@
|
||||
pkgname=gawk
|
||||
pkgver=5.3.1
|
||||
pkgver=5.3.2
|
||||
pkgdesc="GNU version of awk"
|
||||
arch=('x86_64')
|
||||
homepage="https://www.gnu.org/software/gawk/"
|
||||
license=('GPL-3.0-or-later')
|
||||
sources=("${pkgname}-${pkgver}.tar.xz")
|
||||
urls=("https://ftp.gnu.org/gnu/${pkgname}/${sources[0]}")
|
||||
md5sums=("4e9292a06b43694500e0620851762eec")
|
||||
md5sums=("b7014650c5f45e5d4837c31209dc0037")
|
||||
|
||||
src_prepare() {
|
||||
tar -xf ${distdir}/${sources[0]} --strip-components=1
|
||||
@@ -26,5 +26,5 @@ src_check() {
|
||||
src_install() {
|
||||
make DESTDIR="${pkgdir}" install
|
||||
ln -sv gawk.1 "${pkgdir}"/usr/share/man/man1/awk.1
|
||||
install -vDm644 doc/{awkforai.txt,*.{eps,pdf,jpg}} -t "${pkgdir}"/usr/share/doc/gawk-5.3.1
|
||||
install -vDm644 doc/{awkforai.txt,*.{eps,pdf,jpg}} -t "${pkgdir}"/usr/share/doc/gawk-${pkgver}
|
||||
}
|
||||
Reference in New Issue
Block a user