summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDavid Adler2019-04-20 21:40:42 +0200
committerDavid Adler2019-04-20 21:44:35 +0200
commitd60cdb7060032f0197d3f4498c6f81681eca6654 (patch)
tree5f1316b3ab7557f1daa036a98f044835eb2055c1 /PKGBUILD
parent6c40a8afc8dbc71d13cf05a1341c9bac87d3f84d (diff)
downloadaur-d60cdb7060032f0197d3f4498c6f81681eca6654.tar.gz
amended makedepends array
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 11392b0914c0..bf4feb7be3ff 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,13 +3,13 @@
_pkgname=nekobee
pkgname=$_pkgname-git
pkgver=0.1.8.r2.593d4be
-pkgrel=1
+pkgrel=2
pkgdesc="a DSSI softsynth recreation of a classic single-oscillator bass monosynth"
arch=('x86_64')
url="https://github.com/gordonjcp/nekobee"
license=('GPL')
depends=('gtk2' 'liblo')
-makedepends=('git' 'dssi')
+makedepends=('git' 'dssi' 'python2' 'ladspa')
provides=("$_pkgname")
conflicts=("$_pkgname")
source=(git+https://github.com/gordonjcp/nekobee.git)