[arch-commits] Commit in kexec-tools/trunk (PKGBUILD)
Antonio Rojas
arojas at archlinux.org
Sat Feb 22 10:50:07 UTC 2020
Date: Saturday, February 22, 2020 @ 10:50:06
Author: arojas
Revision: 376025
Remove gawk dependency (FS#64997)
Modified:
kexec-tools/trunk/PKGBUILD
----------+
PKGBUILD | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2020-02-22 04:43:21 UTC (rev 376024)
+++ PKGBUILD 2020-02-22 10:50:06 UTC (rev 376025)
@@ -9,7 +9,7 @@
url="https://kernel.org/pub/linux/utils/kernel/kexec/"
source=("git://git.kernel.org/pub/scm/utils/kernel/kexec/kexec-tools.git#tag=v${pkgver}")
makedepends=('git')
-depends=('gawk' 'zlib' 'xz')
+depends=('zlib' 'xz')
license=('GPL2')
build() {
More information about the arch-commits
mailing list