summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAlexandros Theodotou2019-08-14 15:26:24 +0100
committerAlexandros Theodotou2019-08-14 15:26:24 +0100
commitc3ac68d1499e581892b42e0e5a9d634488fa3244 (patch)
tree9517c9c2d29424aa3db862a803f85e393b742783 /PKGBUILD
parent3ef600db1b91ab47bc49613f51f61ce1826cf914 (diff)
downloadaur-c3ac68d1499e581892b42e0e5a9d634488fa3244.tar.gz
remove manual dependency
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 195f8ba0355f..1b54771d09a8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_pkgname=zrythm
pkgname=$_pkgname-git
pkgver=0.6.003
-pkgrel=1
+pkgrel=2
pkgdesc='An highly automated, intuitive, Digital Audio Workstation (DAW)'
arch=('x86_64' 'i686')
url='https://git.zrythm.org/zrythm/zrythm'
@@ -10,7 +10,7 @@ license=('AGPL3')
depends=('gtk3' 'lv2' 'lilv' 'libx11' 'jack'
'libsndfile' 'libyaml' 'gettext'
'libsamplerate' 'alsa-lib'
- 'ladspa' 'fftw' 'zrythm-man')
+ 'ladspa' 'fftw')
makedepends=('python' 'gettext' 'sed'
'meson' 'ninja')
optdepends=('portaudio: portaudio backend'