summarylogtreecommitdiffstats
diff options
context:
space:
mode:
author404DeadLink2021-05-22 10:25:34 +0200
committer404DeadLink2021-05-22 10:25:34 +0200
commit6202d12eee6e0633c936d3d9d9486776ce5c3a37 (patch)
treeb774d69a90323661053b1b7797f8def2e1aba623
parentd7d5a924940444a3e0e0bdd8cb290580386cf197 (diff)
downloadaur-6202d12eee6e0633c936d3d9d9486776ce5c3a37.tar.gz
fix missing ladspa.h header
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ad8582edc47f..09d89f4e79d8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,13 @@
-# Generated by mksrcinfo v8
-# Sat Nov 25 13:18:18 UTC 2017
pkgbase = whysynth
pkgdesc = A versatile softsynth plugin for the DSSI Soft Synth Interface
pkgver = 20170701
- pkgrel = 1
+ pkgrel = 2
url = http://www.smbolton.com/whysynth.html
arch = i686
arch = x86_64
license = GPL
makedepends = dssi
+ makedepends = ladspa
depends = alsa-lib
depends = liblo
depends = gtk2
diff --git a/PKGBUILD b/PKGBUILD
index 36ffbb1ba520..0f847147124d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,11 +3,11 @@
pkgname=whysynth
pkgver=20170701
-pkgrel=1
+pkgrel=2
pkgdesc="A versatile softsynth plugin for the DSSI Soft Synth Interface"
url="http://www.smbolton.com/whysynth.html"
depends=('alsa-lib' 'liblo' 'gtk2' 'fftw')
-makedepends=('dssi')
+makedepends=('dssi' 'ladspa')
conflicts=('whysynth-git')
license=('GPL')
source=(http://www.smbolton.com/whysynth/${pkgname}-${pkgver}.tar.bz2)