diff options
author | Christopher Arndt | 2025-01-10 19:25:58 +0100 |
---|---|---|
committer | Christopher Arndt | 2025-01-10 19:25:58 +0100 |
commit | 78deeefa1024dfd5d3234744cb965bfdca98eb51 (patch) | |
tree | f68b3c821c3fd20b1a9974aff0edc0edc61902b1 | |
parent | cbcdf5382762b4dc241255eea34b101033dd0acd (diff) | |
download | aur-78deeefa1024dfd5d3234744cb965bfdca98eb51.tar.gz |
Update so that compilation works with current 9.0-pre again
Signed-off-by: Christopher Arndt <chris@chrisarndt.de>
-rw-r--r-- | .SRCINFO | 6 | ||||
-rw-r--r-- | PKGBUILD | 4 |
2 files changed, 5 insertions, 5 deletions
@@ -1,6 +1,6 @@ pkgbase = ardour-git pkgdesc = Professional-grade digital audio workstation (git version) - pkgver = 8.6.r406.g35cb60c2dc + pkgver = 9.0.pre0.r675.ge273ec06bb pkgrel = 1 url = https://ardour.org/ arch = x86_64 @@ -73,9 +73,9 @@ pkgbase = ardour-git provides = vst-host provides = vst3-host conflicts = ardour - noextract = ardour-midi-8.zip + noextract = ardour-midi-9.zip source = ardour::git+https://github.com/Ardour/ardour.git - source = ardour-midi-8.zip::http://stuff.ardour.org/loops/ArdourBundledMedia.zip + source = ardour-midi-9.zip::http://stuff.ardour.org/loops/ArdourBundledMedia.zip source = ardour-7.x-vendor_qm-dsp.patch sha256sums = SKIP sha256sums = a00de00671cdc329b2ca35c2a5c4150af3d6588147f9dca2e3dea752aa2e234c @@ -8,7 +8,7 @@ _pkgname=ardour pkgname=$_pkgname-git -pkgver=8.6.r406.g35cb60c2dc +pkgver=9.0.pre0.r675.ge273ec06bb pkgrel=1 pkgdesc='Professional-grade digital audio workstation (git version)' arch=(x86_64) @@ -122,7 +122,7 @@ build() { python waf configure \ --prefix=/usr \ --configdir=/etc \ - --cxx11 \ + --cxx17 \ --freedesktop \ --no-phone-home \ --optimize \ |