mirror of
https://github.com/moparisthebest/pacman
synced 2024-12-22 15:58:50 -05:00
repo-add: declare pkgbase as local
This commit is contained in:
parent
ee72c016ab
commit
d8b09e6656
@ -264,7 +264,7 @@ db_write_entry() {
|
||||
local pkgfile=$1
|
||||
local -a _groups _licenses _replaces _depends _conflicts _provides \
|
||||
_optdepends _makedepends _checkdepends
|
||||
local pkgname pkgver pkgdesc csize size url arch builddate packager \
|
||||
local pkgname pkgbase pkgver pkgdesc csize size url arch builddate packager \
|
||||
md5sum sha256sum pgpsig pgpsigsize
|
||||
|
||||
# read info from the zipped package
|
||||
|
Loading…
Reference in New Issue
Block a user