From af19c757deed76656ca90f2c0a90880350f905cf Mon Sep 17 00:00:00 2001 From: Natanael Copa Date: Mon, 13 Jan 2014 12:32:33 +0000 Subject: buildrepo: set pkgrel to 0 by default --- buildrepo.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'buildrepo.in') diff --git a/buildrepo.in b/buildrepo.in index 0cf3a8f..f489908 100755 --- a/buildrepo.in +++ b/buildrepo.in @@ -53,7 +53,7 @@ listpackages() { cd "$aportsdir/$repo"/${i%/*} || return 1 pkgname= pkgver= - pkgrel= + pkgrel=0 subpackages= arch= linguas= @@ -94,7 +94,7 @@ list_needbuild() { cd "$aportsdir/$repo"/${apkbuild%/*} || return 1 pkgname= pkgver= - pkgrel= + pkgrel=0 subpackages= arch= . ./APKBUILD -- cgit v1.2.3-60-g2f50