mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-28 08:22:56 +02:00
common/hooks/do-pkg/00-gen-pkg: add new sourcepkg property to packages
added in xbps 0.60
This commit is contained in:
parent
5456f283a3
commit
5da08192f2
2 changed files with 2 additions and 1 deletions
|
@ -88,6 +88,7 @@ genpkg() {
|
|||
--maintainer "${maintainer}" \
|
||||
--desc "${desc}" \
|
||||
--pkgver "${pkgver}" \
|
||||
--sourcepkg "${sourcepkg}" \
|
||||
--quiet \
|
||||
${PKGDESTDIR}
|
||||
rval=$?
|
||||
|
|
2
xbps-src
2
xbps-src
|
@ -377,7 +377,7 @@ setup_distfiles_mirror() {
|
|||
# main()
|
||||
#
|
||||
readonly PROGNAME="${0##*/}"
|
||||
readonly XBPS_VERSION_REQ="0.55"
|
||||
readonly XBPS_VERSION_REQ="0.60"
|
||||
XBPS_VERSION=$(xbps-uhelper -V)
|
||||
XBPS_VERSION=${XBPS_VERSION%%API*}
|
||||
XBPS_VERSION=${XBPS_VERSION##*:}
|
||||
|
|
Loading…
Add table
Reference in a new issue