summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGimmeapill2016-11-05 13:10:29 +0100
committerGimmeapill2016-11-05 13:10:29 +0100
commitf540882636e8527f979fbf3427dca745a1ab32a0 (patch)
tree57e42ca72998e07c1b02ad1abfa7da3062f335f3
parent559f1ee34e7c7a8eea68090885493afe2dd25d6f (diff)
downloadaur-f540882636e8527f979fbf3427dca745a1ab32a0.tar.gz
dependencies updated to fix a few namcap warnings
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD5
2 files changed, 5 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 74895111d791..c380c2ecba38 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Fri Nov 4 20:04:13 UTC 2016
+# Sat Nov 5 12:09:46 UTC 2016
pkgbase = ardour-git
pkgdesc = A multichannel hard disk recorder and digital audio workstation
- pkgver = 5.4.r257.g1457050
+ pkgver = 5.4.r258.g91c2527
pkgrel = 1
url = http://ardour.org/
arch = i686
@@ -20,11 +20,11 @@ pkgbase = ardour-git
depends = gtkmm
depends = liblo
depends = liblrdf
- depends = libltc
depends = lilv
depends = suil
depends = rubberband
depends = taglib
+ depends = libarchive
provides = ardour
conflicts = ardour
source = ardour::git://github.com/Ardour/ardour.git
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}")