summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Adler2019-04-20 22:39:20 +0200
committerDavid Adler2019-04-20 22:39:20 +0200
commitecb9ecdeff840d7a17053a78085b67c9c6381ff2 (patch)
tree454c6450175ccc09f8aa2e0f3b1711ff41f86dc2
parentf6de93f3a28b2d1b77a46906c62e0697a24d2339 (diff)
downloadaur-yoshimi-git.tar.gz
removed already satisfied dependencies
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f0261b393a3b..fd8cd70dec0e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = yoshimi-git
pkgdesc = a fork of the ZynAddSubFX software systhesizer
- pkgver = r1777.d790386d
+ pkgver = r1956.de477d1b
pkgrel = 1
url = https://yoshimi.github.io/
arch = x86_64
@@ -9,12 +9,10 @@ pkgbase = yoshimi-git
makedepends = lv2
makedepends = mesa
makedepends = git
- depends = alsa-lib
depends = jack
depends = fltk
depends = fftw
depends = mxml
- depends = cairo
provides = yoshimi
conflicts = yoshimi
source = git+https://github.com/Yoshimi/yoshimi.git
diff --git a/PKGBUILD b/PKGBUILD
index e729b4c63dd2..8a75f3e79565 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,13 +4,13 @@
_pkgname=yoshimi
pkgname=$_pkgname-git
-pkgver=r1777.d790386d
+pkgver=r1956.de477d1b
pkgrel=1
pkgdesc="a fork of the ZynAddSubFX software systhesizer"
arch=('x86_64')
url="https://yoshimi.github.io/"
license=('GPL')
-depends=('alsa-lib' 'jack' 'fltk' 'fftw' 'mxml' 'cairo')
+depends=('jack' 'fltk' 'fftw' 'mxml')
makedepends=('cmake' 'lv2' 'mesa' 'git')
provides=('yoshimi')
conflicts=('yoshimi')