summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexandros Theodotou2019-08-16 08:15:55 +0100
committerAlexandros Theodotou2019-08-16 08:15:55 +0100
commit5f9945e6e71abe07c52acce561732fc831c5f84d (patch)
treeed3690ba0142ad4a173f046b3ea456b513c01655
parentc3ac68d1499e581892b42e0e5a9d634488fa3244 (diff)
downloadaur-5f9945e6e71abe07c52acce561732fc831c5f84d.tar.gz
add help2man dependency
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2e7bd17c2246..64a7d4528cb6 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 = 2
+ pkgver = 0.6.003.r5.g2c5ff65c
+ pkgrel = 1
url = https://git.zrythm.org/zrythm/zrythm
arch = x86_64
arch = i686
@@ -11,6 +11,7 @@ pkgbase = zrythm-git
makedepends = sed
makedepends = meson
makedepends = ninja
+ makedepends = help2man
depends = gtk3
depends = lv2
depends = lilv
diff --git a/PKGBUILD b/PKGBUILD
index 1b54771d09a8..46252eee41b1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Alexandros Theodotou <alex@zrythm.org>
_pkgname=zrythm
pkgname=$_pkgname-git
-pkgver=0.6.003
-pkgrel=2
+pkgver=0.6.003.r5.g2c5ff65c
+pkgrel=1
pkgdesc='An highly automated, intuitive, Digital Audio Workstation (DAW)'
arch=('x86_64' 'i686')
url='https://git.zrythm.org/zrythm/zrythm'
@@ -12,7 +12,7 @@ depends=('gtk3' 'lv2' 'lilv' 'libx11' 'jack'
'libsamplerate' 'alsa-lib'
'ladspa' 'fftw')
makedepends=('python' 'gettext' 'sed'
- 'meson' 'ninja')
+ 'meson' 'ninja' 'help2man')
optdepends=('portaudio: portaudio backend'
'qt5-base: for embedding qt5 plugin UIs')
conflicts=("$_pkgname")