summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorhaawda2018-02-21 22:10:03 +0100
committerhaawda2018-02-21 22:10:03 +0100
commit9037b5d1e4da846e8096b18ddd8935cffa4ee23f (patch)
treee6464e02351cfe83ec6f385d1dc4b6d2e0a4e8a9
parent8238b9925824bbfa9c824fd39ce0d5bf6a30d083 (diff)
downloadaur-9037b5d1e4da846e8096b18ddd8935cffa4ee23f.tar.gz
add rubberband as makedepend
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d67c2d521176..253f7045dfb0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,13 @@
pkgbase = denemo
pkgdesc = A music score editor
pkgver = 2.2.0
- pkgrel = 2
+ pkgrel = 3
url = http://www.denemo.org
arch = x86_64
license = GPL
makedepends = intltool
makedepends = git
+ makedepends = rubberband
depends = aubio
depends = lilypond
depends = gtk3
diff --git a/PKGBUILD b/PKGBUILD
index aa4582205e13..4f63bcde4c00 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,14 +7,14 @@
pkgname=denemo
pkgver=2.2.0
-pkgrel=2
+pkgrel=3
pkgdesc="A music score editor"
arch=('x86_64')
url="http://www.denemo.org"
license=('GPL')
depends=('aubio' 'lilypond' 'gtk3' 'libxml2' 'fftw' 'librsvg' 'fluidsynth'
'libsmf' 'evince' 'gtksourceview3' 'portmidi' 'guile2.0')
-makedepends=('intltool' 'git')
+makedepends=('intltool' 'git' 'rubberband')
noextract=(${pkgname}-${pkgver}.tar.gz)
validpgpkeys=('C66734FA5D60E4DDD882EF81AE6F83BB6C574235')
source=("https://ftp.gnu.org/gnu/${pkgname}/${pkgname}-${pkgver}.tar.gz"{,.sig} no_portaudio.patch)