summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRobbert van der Helm2021-11-16 13:19:32 +0100
committerRobbert van der Helm2021-11-16 13:20:42 +0100
commit43b2c220588a5fb4825e6c13f2938ec24281b261 (patch)
treef7df762eb5e4af876adc3fc9ebdcc69fdf0d9a66
parenta20afb17255a00421ddd35780c704c9daa885160 (diff)
downloadaur-43b2c220588a5fb4825e6c13f2938ec24281b261.tar.gz
Only update git subprojects
`wrap-file` wraps will just cause errors here.
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD8
2 files changed, 6 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0ac674a58dd5..5f31aa1ae803 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = yabridge
pkgdesc = A modern and transparent way to use Windows VST2 and VST3 plugins on Linux
pkgver = 3.6.0
- pkgrel = 3
+ pkgrel = 4
url = https://github.com/robbert-vdh/yabridge
install = yabridge.install
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index 67a770ee2310..c888005ffdba 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=yabridge
pkgver=3.6.0
-pkgrel=3
+pkgrel=4
pkgdesc="A modern and transparent way to use Windows VST2 and VST3 plugins on Linux"
arch=('x86_64')
url="https://github.com/robbert-vdh/yabridge"
@@ -29,8 +29,10 @@ build() {
# Make sure all of our wraps are up to date because Meson won't update
# wrap subprojects that already exist
meson subprojects download
- meson subprojects update
- meson subprojects packagefiles --apply
+ # XXX: These two commands will just error out for wrap-file wraps. Any file
+ # based wraps are manually versioned anyways so that should be fine.
+ meson subprojects update --types git
+ meson subprojects packagefiles --apply --types git
# If you don't want to build lib32-boost-libs and you don't need the 32-bit
# bitbridge, then you can leave out the dependency for it and set the