





















It does not build due to a misnamed violetumleditor deb package ('violetumleditor-2.5.3.deb'). It should be "violetumleditor-${pkgver%%+*}.deb" so that the right package version is used to look for this file.
So:
bsdtar -x -f ${srcdir}/${_pkgname}/violetproduct-deb/target/violetumleditor-2.5.3.deb -C ${srcdir}
should be:
bsdtar -x -f ${srcdir}/${_pkgname}/violetproduct-deb/target/violetumleditor-${pkgver%%+*}.deb -C ${srcdir}
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。
please replace from
to
otherwise commit version and pkgver are not match
or change pkgver function...