summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMagnus Groß2022-03-23 23:44:09 +0100
committerMagnus Groß2022-03-23 23:44:09 +0100
commit8af0e89b0d7eb83c9e242279f0fbea0799125bd9 (patch)
tree6a098fce7fa8935e21ca1a89d3b168b6d255ec03
parent1ccc89887643ddc9274126ded67a22d24db3e66c (diff)
downloadaur-8af0e89b0d7eb83c9e242279f0fbea0799125bd9.tar.gz
Add missing docbook-xsl dependency
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 568062c6ae6e..214b9e695757 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = grandorgue-git
pkgdesc = Virtual Pipe Organ Software
pkgver = 3.6.4.1.r0.gdd388827
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/GrandOrgue/grandorgue
arch = i686
arch = x86_64
@@ -11,6 +11,7 @@ pkgbase = grandorgue-git
makedepends = rtaudio
makedepends = rtmidi
makedepends = portaudio
+ makedepends = docbook-xsl
depends = wxgtk2
depends = wavpack
depends = fftw
diff --git a/PKGBUILD b/PKGBUILD
index fc94e082fb55..c6f6437d30fe 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,13 +2,13 @@
_pkgname=grandorgue
pkgname="$_pkgname"-git
pkgver=3.6.4.1.r0.gdd388827
-pkgrel=1
+pkgrel=2
pkgdesc="Virtual Pipe Organ Software"
arch=('i686' 'x86_64')
url="https://github.com/GrandOrgue/$_pkgname"
license=('GPL2+')
depends=(wxgtk2 wavpack fftw jack)
-makedepends=(git cmake rtaudio rtmidi portaudio)
+makedepends=(git cmake rtaudio rtmidi portaudio docbook-xsl)
source=("git+$url.git"
"git+https://github.com/GrandOrgue/ZitaConvolver.git"
"link-perftest-against-jackd.patch")