summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorhaawda2023-04-06 13:24:51 +0200
committerhaawda2023-04-06 13:24:51 +0200
commit7e7a4fcb60d4fd0ccfd8ab746c438f3b14242cdc (patch)
treec7dcc647d14b9f498d781cd36400aae9ff60b631
parent5ba27fc4cb107b6cacf66c55787bb2dc6e98160e (diff)
downloadaur-7e7a4fcb60d4fd0ccfd8ab746c438f3b14242cdc.tar.gz
update
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f521e74dede7..ffe0052157a9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = mawk
pkgdesc = An interpreter for the AWK Programming Language
- pkgver = 1.3.4_20230322
+ pkgver = 1.3.4_20230404
pkgrel = 2
url = http://invisible-island.net/mawk/
arch = i686
arch = x86_64
license = GPL
depends = glibc
- source = https://invisible-island.net/archives/mawk/mawk-1.3.4-20230322.tgz
- sha256sums = cafaa642c6d738484dedcb24e8433bf57ff1f7ee958cfa547603e433135d9d89
+ source = https://invisible-island.net/archives/mawk/mawk-1.3.4-20230404.tgz
+ sha256sums = 5a8260b1adda00bad8e40ba89fa20860c5b6e1393089dd1c7a6126aa023e9f63
pkgname = mawk
diff --git a/PKGBUILD b/PKGBUILD
index 7a2da42e989b..4deab0e0ee4f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Maintainer: Stefan Husmann <stefan-husmann@t-online.de>
pkgname=mawk
-pkgver=1.3.4_20230322
+pkgver=1.3.4_20230404
pkgrel=2
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=("https://invisible-island.net/archives/$pkgname/$pkgname-${pkgver//_/-}.tgz")
-sha256sums=('cafaa642c6d738484dedcb24e8433bf57ff1f7ee958cfa547603e433135d9d89')
+sha256sums=('5a8260b1adda00bad8e40ba89fa20860c5b6e1393089dd1c7a6126aa023e9f63')
build() {
cd $pkgname-${pkgver/_/-}