Since 'trento' is part of the pkgver you can use
_pkgver=2022.5.14-trento-2
pkgver=${_pkgver//-/.}
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/bottlesdevs/Bottles/archive/${_pkgver}.tar.gz")
Test are not performed, you can add
checkdepends=(appstream-glib)
check () {
ninja test -C "Bottles/build"
}
and are failing since this commit https://github.com/bottlesdevs/Bottles/commit/95b451d152c5a8609c2a46fd173514f2cbd6fb54
Pinned Comments
brombinmirko commented on 2022-09-15 20:54 (UTC) (edited on 2022-09-15 20:54 (UTC) by brombinmirko)
=====================
READ HERE FIRST
=====================
This package is not officially supported by the Bottles Developers. Even though some of those developers are package maintainers, support is offered by the package authors who will make sure it is handled in the best possible way. They will diagnose the issues and report the issues to the development team if they are not related to the package.