summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexandros Theodotou2019-08-14 15:26:24 +0100
committerAlexandros Theodotou2019-08-14 15:26:24 +0100
commitc3ac68d1499e581892b42e0e5a9d634488fa3244 (patch)
tree9517c9c2d29424aa3db862a803f85e393b742783
parent3ef600db1b91ab47bc49613f51f61ce1826cf914 (diff)
downloadaur-c3ac68d1499e581892b42e0e5a9d634488fa3244.tar.gz
remove manual dependency
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b92270983cd8..2e7bd17c2246 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = zrythm-git
pkgdesc = An highly automated, intuitive, Digital Audio Workstation (DAW)
pkgver = 0.6.003
- pkgrel = 1
+ pkgrel = 2
url = https://git.zrythm.org/zrythm/zrythm
arch = x86_64
arch = i686
@@ -23,7 +23,6 @@ pkgbase = zrythm-git
depends = alsa-lib
depends = ladspa
depends = fftw
- depends = zrythm-man
optdepends = portaudio: portaudio backend
optdepends = qt5-base: for embedding qt5 plugin UIs
provides = zrythm
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'