summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMathias Buhr2022-01-22 11:27:41 +0100
committerMathias Buhr2022-01-22 11:27:41 +0100
commit0bfcacfe41a1eb51f7c43b6ce7038fbd497701c7 (patch)
treee6e10cf2abcd4c5dcc4ded1e875658ff3e24f622 /PKGBUILD
parent02fd1e1886c07ac036ee2c298a11d61214c4c767 (diff)
downloadaur-0bfcacfe41a1eb51f7c43b6ce7038fbd497701c7.tar.gz
Fix clean build issue
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 83ded33db44e..807789ecec15 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=3
+pkgrel=4
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,6 +43,7 @@ build() {
cd "$srcdir/$pkgname-$pkgver"
export INSTALL_ROOT="${pkgdir}/"
./configure --prefix=/usr
+ patch match/src/FullDTW.h ../../FullDTW.h.patch
make
}