summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMathias Buhr2022-08-15 21:09:46 +0200
committerMathias Buhr2022-08-15 21:09:46 +0200
commit60f941157c79bb07ae67272f380c1f62a4c916ce (patch)
treedccc07273946ad9ade2a0f97c57643adf15a0290 /PKGBUILD
parent0bfcacfe41a1eb51f7c43b6ce7038fbd497701c7 (diff)
downloadaur-sonic-lineup.tar.gz
Patch includes to fix compilation
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 807789ecec15..ab561c0a6cd4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
DLAGENTS=("https::/usr/bin/curl -k -o %o %u")
pkgname=sonic-lineup
pkgver=1.1
-pkgrel=4
+pkgrel=5
pkgdesc="Sonic Lineup is a free, open-source application for Windows, Linux, and Mac, designed for rapid visualisation of multiple audio files containing versions of the same source material"
arch=('x86_64')
url="https://www.sonicvisualiser.org/sonic-lineup/"
@@ -43,7 +43,7 @@ build() {
cd "$srcdir/$pkgname-$pkgver"
export INSTALL_ROOT="${pkgdir}/"
./configure --prefix=/usr
- patch match/src/FullDTW.h ../../FullDTW.h.patch
+ patch -p2 -i ../../compilation_fixes.patch
make
}