From c9107f36db837bd3ede97a9b3cf7b1c56d66eddd Mon Sep 17 00:00:00 2001 From: "A. Wilcox" Date: Sat, 21 Dec 2019 00:45:29 +0000 Subject: system/g*: fix metadata --- system/grep/APKBUILD | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'system/grep') diff --git a/system/grep/APKBUILD b/system/grep/APKBUILD index 962d7d1e1..e8225712c 100644 --- a/system/grep/APKBUILD +++ b/system/grep/APKBUILD @@ -4,12 +4,13 @@ pkgname=grep pkgver=3.3 pkgrel=0 -pkgdesc="Searches input files for lines containing a match to a specified pattern" +pkgdesc="Pattern matching utilities" url="https://www.gnu.org/software/grep/grep.html" arch="all" license="GPL-3.0+" -makedepends="pcre-dev autoconf automake" +depends="" checkdepends="coreutils bash diffutils" +makedepends="pcre-dev autoconf automake" subpackages="$pkgname-doc $pkgname-lang" source="https://mirrors.kernel.org/gnu/$pkgname/$pkgname-$pkgver.tar.xz gnulib-tests-dont-require-gpg-passphrase.patch -- cgit v1.2.3-70-g09d2