diff options
author | Allan McRae <allan@archlinux.org> | 2014-03-27 15:46:07 +1000 |
---|---|---|
committer | Allan McRae <allan@archlinux.org> | 2014-03-27 15:46:07 +1000 |
commit | d8b09e6656070f8c2551e3e0f75e40b3c2a669db (patch) | |
tree | f0a0574bc5a7c6304d3ec0b3948b3ceee2b27679 /scripts | |
parent | ee72c016ab316aaca3781d2c45bf0de77fefcf3c (diff) | |
download | pacman-d8b09e6656070f8c2551e3e0f75e40b3c2a669db.tar.xz |
repo-add: declare pkgbase as local
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/repo-add.sh.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/repo-add.sh.in b/scripts/repo-add.sh.in index dd3dba3e..4325dbfb 100644 --- a/scripts/repo-add.sh.in +++ b/scripts/repo-add.sh.in @@ -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 |