summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMathias Buhr2022-01-21 20:51:02 +0100
committerMathias Buhr2022-01-21 20:51:02 +0100
commit02fd1e1886c07ac036ee2c298a11d61214c4c767 (patch)
tree68e3831e5a75b5b0291ff7d21aa311c3a3c06ff4
parent32b696e4110d033ff8b71266ec07695e6d0b6d44 (diff)
downloadaur-02fd1e1886c07ac036ee2c298a11d61214c4c767.tar.gz
Use jack dependency
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a01531626c5e..b9f79a5f0e29 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = sonic-lineup
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
pkgver = 1.1
- pkgrel = 2
+ pkgrel = 3
url = https://www.sonicvisualiser.org/sonic-lineup/
arch = x86_64
license = GPL2
@@ -9,7 +9,7 @@ pkgbase = sonic-lineup
depends = capnproto
depends = boost-libs
depends = fftw
- depends = jack2
+ depends = jack
depends = libfishsound
depends = libid3tag
depends = liblo
@@ -33,4 +33,3 @@ pkgbase = sonic-lineup
sha256sums = 30e1c5f6f17827ebc03b8c7526e6a9481ecedf05a017e07dd1a432ae5c9a854c
pkgname = sonic-lineup
-
diff --git a/PKGBUILD b/PKGBUILD
index 27de37526234..83ded33db44e 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=2
+pkgrel=3
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/"
@@ -12,7 +12,7 @@ depends=(
'capnproto'
'boost-libs'
'fftw'
- 'jack2'
+ 'jack'
'libfishsound'
'libid3tag'
'liblo'