mirror of
https://gitlab.alpinelinux.org/alpine/abuild.git
synced 2024-12-25 00:12:19 +00:00
buildrepo: set pkgrel to 0 by default
This commit is contained in:
parent
abfc6c29ef
commit
af19c757de
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user