diff options
Diffstat (limited to 'main/grep/APKBUILD')
-rw-r--r-- | main/grep/APKBUILD | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/main/grep/APKBUILD b/main/grep/APKBUILD index df9cd26355..fdc568cf02 100644 --- a/main/grep/APKBUILD +++ b/main/grep/APKBUILD @@ -5,6 +5,7 @@ pkgver=2.6.3 pkgrel=1 pkgdesc="Searches input files for lines containing a match to a specified pattern" url="http://www.gnu.org/software/grep/grep.html" +arch="x86 x86_64" license="GPL" depends= makedepends="pcre-dev" |