mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-29 00:42:58 +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}" \
|
--maintainer "${maintainer}" \
|
||||||
--desc "${desc}" \
|
--desc "${desc}" \
|
||||||
--pkgver "${pkgver}" \
|
--pkgver "${pkgver}" \
|
||||||
|
--sourcepkg "${sourcepkg}" \
|
||||||
--quiet \
|
--quiet \
|
||||||
${PKGDESTDIR}
|
${PKGDESTDIR}
|
||||||
rval=$?
|
rval=$?
|
||||||
|
|
2
xbps-src
2
xbps-src
|
@ -377,7 +377,7 @@ setup_distfiles_mirror() {
|
||||||
# main()
|
# main()
|
||||||
#
|
#
|
||||||
readonly PROGNAME="${0##*/}"
|
readonly PROGNAME="${0##*/}"
|
||||||
readonly XBPS_VERSION_REQ="0.55"
|
readonly XBPS_VERSION_REQ="0.60"
|
||||||
XBPS_VERSION=$(xbps-uhelper -V)
|
XBPS_VERSION=$(xbps-uhelper -V)
|
||||||
XBPS_VERSION=${XBPS_VERSION%%API*}
|
XBPS_VERSION=${XBPS_VERSION%%API*}
|
||||||
XBPS_VERSION=${XBPS_VERSION##*:}
|
XBPS_VERSION=${XBPS_VERSION##*:}
|
||||||
|
|
Loading…
Add table
Reference in a new issue