summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorChristopher Arndt2019-10-06 21:59:16 +0200
committerChristopher Arndt2019-10-06 22:08:36 +0200
commita868dd0322ac5585dd81bfcfa470fd833dfb88a1 (patch)
tree4f6e0904096cf55bb650baaff490d37b658525c7 /PKGBUILD
parentfd40aac87e37637430a912d9eb1ef6f9284cd480 (diff)
downloadaur-a868dd0322ac5585dd81bfcfa470fd833dfb88a1.tar.gz
Add 'jack2' to provides; add .gitignore file
Signed-off-by: Christopher Arndt <chris@chrisarndt.de>
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD9
1 files changed, 5 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index b88ab7adb37f..5e917a4045cf 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,12 +1,13 @@
# Maintainer: David Runge <dave@sleepmap.de>
+# Contributor: Christopher Arndt <aur -at- chrisarndt -dot- de>
# Contributor: rtfreedman (rob<d0t>til<d0t>freedman<aT>googlemail<d0t>com
-# Contributor: Loren Copeland <thisisquitealongname at gm--l>
+# Contributor: Loren Copeland <thisisquitealongname at gm--l>
_name=jack2
pkgname=jack2-git
pkgdesc="C++ version of the JACK low-latency audio server for multi-processor machines"
-pkgver=1.9.12.r178.g77de2e33
-pkgrel=2
+pkgver=1.9.13.r3.g3c340b81
+pkgrel=1
epoch=1
arch=('x86_64')
url="http://jackaudio.org/"
@@ -19,7 +20,7 @@ optdepends=('a2jmidid: Expose legacy ALSA sequencer applications in JACK MIDI'
'portaudio: Portaudio support'
'python-dbus: For jack_control'
'realtime-privileges: Acquire realtime privileges')
-provides=('jack' 'libjack.so' 'libjacknet.so' 'libjackserver.so')
+provides=('jack' 'jack2' 'libjack.so' 'libjacknet.so' 'libjackserver.so')
conflicts=('jack' 'jack2')
replaces=('jack2-dbus-git')
source=("${pkgname}::git+https://github.com/jackaudio/${_name}")