summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorOliver Friedrich2019-02-13 19:55:41 +0100
committerOliver Friedrich2019-02-13 19:55:41 +0100
commit621fda6fd81709747a77ebe4c358250eb194de8e (patch)
tree15a762b877ecc3632e9c67b4dc07f3ff1def1bef
parentbaed6472745a9174168a1f6624febc267a238457 (diff)
downloadaur-specmatch.tar.gz
Replace jack2 with jack and remove qjackctl from optdepends
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD7
2 files changed, 5 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a8faecff099b..3ce7985abdeb 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,20 +1,19 @@
pkgbase = specmatch
pkgdesc = Can be used to produce your own Impulse Responses and to adapt the sound produced by a Guitarix setting to another recorded sound.
pkgver = 0.9
- pkgrel = 1
+ pkgrel = 2
url = https://sourceforge.net/projects/guitarix/files/specmatch/
arch = i686
arch = x86_64
license = GPL
depends = guitarix2
- depends = jack2
+ depends = jack
depends = python2
depends = python2-matplotlib
depends = pygtk
depends = python2-numpy
depends = python2-scipy
depends = python2-pip
- optdepends = qjackctl: GUI for jackd
source = https://sourceforge.net/projects/guitarix/files/specmatch/python-specmatch-0.9.tar.gz/download
md5sums = 032ac92fd766a4f5707075a935c35d5d
diff --git a/PKGBUILD b/PKGBUILD
index cd66c3b5adbe..a6f76476edfa 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,18 +2,17 @@
pkgname=specmatch
pkgver=0.9
-pkgrel=1
-epoch=
+pkgrel=2
pkgdesc="Can be used to produce your own Impulse Responses and to adapt the sound produced by a Guitarix
setting to another recorded sound."
arch=('i686' 'x86_64')
url="https://sourceforge.net/projects/guitarix/files/specmatch/"
license=('GPL')
groups=()
-depends=('guitarix2' 'jack2' 'python2' 'python2-matplotlib' 'pygtk' 'python2-numpy' 'python2-scipy' 'python2-pip' )
+depends=('guitarix2' 'jack' 'python2' 'python2-matplotlib' 'pygtk' 'python2-numpy' 'python2-scipy' 'python2-pip' )
makedepends=()
checkdepends=()
-optdepends=( 'qjackctl: GUI for jackd' )
+optdepends=()
provides=()
conflicts=()
replaces=()