summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoralexdiaconescu2016-04-18 12:27:27 +0300
committeralexdiaconescu2016-04-18 12:27:27 +0300
commita07d93e5fe6ea2aeb1df62e402b2fdf512178bc2 (patch)
treea44b004506709e673b1dbd4219302436ec917eae
parent90233b88aab72fdf3928a098bdd10c717472ec96 (diff)
downloadaur-a07d93e5fe6ea2aeb1df62e402b2fdf512178bc2.tar.gz
Update depends, makedepends arrays
-rw-r--r--.SRCINFO11
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 11 deletions
diff --git a/.SRCINFO b/.SRCINFO
index eed72c1655e6..1693ab1b4b38 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,24 +1,19 @@
# Generated by mksrcinfo v8
-# Mon Apr 18 08:49:09 UTC 2016
+# Mon Apr 18 09:26:49 UTC 2016
pkgbase = shuriken
pkgdesc = An open source beat slicer
pkgver = 0.5.1
- pkgrel = 2
+ pkgrel = 3
url = https://rock-hopper.github.io/shuriken
install = shuriken.install
arch = x86_64
arch = i686
license = GPL
- makedepends = automake
- makedepends = libtool
- makedepends = pkg-config
makedepends = jack
depends = qt4
depends = aubio
depends = rubberband
- depends = libsamplerate
- depends = libsndfile
- depends = libx11
+ depends = liblo
optdepends = jack: A low-latency audio server
provides = shuriken
conflicts = shuriken
diff --git a/PKGBUILD b/PKGBUILD
index 2f6d950c0722..21dd87fd0367 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,13 +4,13 @@
pkgname=shuriken
pkgver=0.5.1
-pkgrel=2
+pkgrel=3
pkgdesc="An open source beat slicer"
url="https://rock-hopper.github.io/shuriken"
arch=('x86_64' 'i686')
license=('GPL')
-depends=('qt4' 'aubio' 'rubberband' 'libsamplerate' 'libsndfile' 'libx11')
-makedepends=('automake' 'libtool' 'pkg-config' 'jack')
+depends=('qt4' 'aubio' 'rubberband' 'liblo')
+makedepends=('jack')
optdepends=('jack: A low-latency audio server')
provides=("${pkgname}")
conflicts=("${pkgname}")