diff options
-rw-r--r-- | main/grep/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main/grep/APKBUILD b/main/grep/APKBUILD index 9b4c9261d8..0a5442c32d 100644 --- a/main/grep/APKBUILD +++ b/main/grep/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=grep pkgver=2.10 -pkgrel=0 +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="all" |