Date: Thursday, October 27, 2022 @ 01:04:53 Author: grawlinson Revision: 1338013
upgpkg: reapack 1.2.4.2-1; new upstream release * New upstream release * Fix FTBFS due to outdated catch2 (v3 not available in repos yet) * Fix FTBFS due to breaking changes in git >= 2.38.1 Modified: reapack/trunk/PKGBUILD ----------+ PKGBUILD | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-10-27 01:04:53 UTC (rev 1338012) +++ PKGBUILD 2022-10-27 01:04:53 UTC (rev 1338013) @@ -1,7 +1,7 @@ # Maintainer: George Rawlinson <[email protected]> pkgname=reapack -pkgver=1.2.4.1 +pkgver=1.2.4.2 pkgrel=1 pkgdesc='Package manager for the Reaper DAW' arch=('x86_64') @@ -24,7 +24,7 @@ 'catch2' ) install='reapack.install' -_commit='dcbbf2410cb50f15ba6b2ea8a79475531a9edd4b' +_commit='daa3346cee146d5eeca806452d26b70e623d5aa7' source=( "$pkgname::git+https://github.com/cfillion/reapack#commit=$_commit" 'github.com-justinfrankel-wdl::git+https://github.com/justinfrankel/WDL' @@ -47,7 +47,11 @@ git submodule init git config submodule.vendor/WDL.url "$srcdir/github.com-justinfrankel-wdl" git config submodule.vendor/reaper-sdk.url "$srcdir/github.com-justinfrankel-reaper-sdk" - git submodule update + git -c protocol.file.allow=always submodule update + + # FTBFS due to catch2 v3 not being in the repos yet + # so we have to use an older version + git revert --no-commit d551e255fe79ea1e463fe757554a55bf5adf5058 } build() {
