From fb3f30508ad405e33faeeefc110fadfe127ec681 Mon Sep 17 00:00:00 2001 From: John Vogel Date: Sun, 15 Oct 2023 08:46:44 -0400 Subject: [PATCH] community/nawk: add all arches --- community/nawk/APKBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/community/nawk/APKBUILD b/community/nawk/APKBUILD index fe232cbb624..0bef7e26c79 100644 --- a/community/nawk/APKBUILD +++ b/community/nawk/APKBUILD @@ -1,10 +1,10 @@ # Maintainer: John Vogel pkgname=nawk pkgver=20230909 -pkgrel=0 +pkgrel=1 pkgdesc="The one, true implementation of AWK" url="https://www.cs.princeton.edu/~bwk/btl.mirror/" -arch="x86_64" +arch="all" license=MIT makedepends="bison" checkdepends="bash"