summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorblackhole2018-09-12 00:45:12 +0200
committerblackhole2018-09-12 00:45:12 +0200
commit595a0d90a3b89888df72e105fce46ea5d12a25bc (patch)
treeea4bb7555fae2c5ec1f769cdfb7ce0366fc9f0f5
parent7f204f642a01ab6e2aae0be41c11a906935795d6 (diff)
downloadaur-jack2-no-dbus-git.tar.gz
PKGBUILD fix
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6c2ff058a977..97ec75be00ea 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Tue Sep 11 17:05:17 UTC 2018
+# Tue Sep 11 22:44:39 UTC 2018
pkgbase = jack2-no-dbus-git
pkgdesc = Classic jack2 without dbus enabled. For starting as daemon with systemd.
- pkgver = 1.9.12.r17.g21f67b38
- pkgrel = 3
+ pkgver = 1.9.12.r18.gcf3f8205
+ pkgrel = 1
url = http://jackaudio.org/
arch = x86_64
arch = i686
@@ -14,7 +14,6 @@ pkgbase = jack2-no-dbus-git
makedepends = libsamplerate
makedepends = git
depends = celt
- depends = libffado
depends = opus
optdepends = a2jmidid: Expose legacy ALSA sequencer applications in JACK MIDI
optdepends = realtime-privileges: Acquire realtime privileges
diff --git a/PKGBUILD b/PKGBUILD
index 12d4af38c5d0..32095e14b54b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,13 +2,13 @@
# Contributor: farwayer <farwayer@gmail.com>
pkgname=jack2-no-dbus-git
-pkgver=1.9.12.r17.g21f67b38
-pkgrel=3
+pkgver=1.9.12.r18.gcf3f8205
+pkgrel=1
pkgdesc='Classic jack2 without dbus enabled. For starting as daemon with systemd.'
arch=('x86_64' 'i686')
url='http://jackaudio.org/'
license=('GPL')
-depends=('celt' 'libffado' 'opus')
+depends=('celt' 'opus')
makedepends=('python2' 'celt' 'opus' 'libsamplerate' 'git')
optdepends=('a2jmidid: Expose legacy ALSA sequencer applications in JACK MIDI'
'realtime-privileges: Acquire realtime privileges'