Commit 534ae827 authored by saltedcoffii's avatar saltedcoffii Committed by GitHub

Use mawk instead of gawk (#5242)

* Use mawk instead of gawk

* bump version

* remove gawk, add mawk

* bump again to resolve conflict
parent 59367e39
......@@ -45,7 +45,7 @@ class Buildessential < Package
depends_on 'util_macros'
depends_on 'gettext'
depends_on 'wget' # in some cases, patches might be required and can be downloaded using wget
depends_on 'gawk'
depends_on 'mawk'
# compression utilities
depends_on 'lzip'
......
......@@ -16,7 +16,6 @@ doxygen
expat
filecmd
flex
gawk
gcc10
gcc_tools
gdbm
......@@ -59,6 +58,7 @@ m4
make
mandb
manpages
mawk
meson
most
mpc
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment