summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorGimmeapill2016-11-05 13:10:29 +0100
committerGimmeapill2016-11-05 13:10:29 +0100
commitf540882636e8527f979fbf3427dca745a1ab32a0 (patch)
tree57e42ca72998e07c1b02ad1abfa7da3062f335f3 /PKGBUILD
parent559f1ee34e7c7a8eea68090885493afe2dd25d6f (diff)
downloadaur-f540882636e8527f979fbf3427dca745a1ab32a0.tar.gz
dependencies updated to fix a few namcap warnings
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 2 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index a73b1ef88267..5859d5eb9d53 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,14 +7,13 @@
_pkgname=ardour
pkgname="${_pkgname}-git"
-pkgver=5.4.r257.g1457050
+pkgver=5.4.r258.g91c2527
pkgrel=1
pkgdesc="A multichannel hard disk recorder and digital audio workstation"
arch=('i686' 'x86_64')
url="http://ardour.org/"
license=('GPL')
-depends=('aubio' 'cwiid' 'gtkmm' 'liblo' 'liblrdf' 'libltc' 'lilv' 'suil'
- 'rubberband' 'taglib')
+depends=('aubio' 'cwiid' 'gtkmm' 'liblo' 'liblrdf' 'lilv' 'suil' 'rubberband' 'taglib' 'libarchive')
makedepends=('git' 'python2' 'boost' 'cppunit' 'doxygen' 'graphviz' 'itstool')
provides=("${_pkgname}")
conflicts=("${_pkgname}")