summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1b69a6b540e7..ab829d0929b2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Thu Aug 17 20:49:32 UTC 2017
+# Thu Aug 17 20:53:31 UTC 2017
pkgbase = ardour_stable-git
pkgdesc = A multichannel hard disk recorder and digital audio workstation. Latest stable release from git.
pkgver = 5.11
@@ -26,7 +26,8 @@ pkgbase = ardour_stable-git
depends = taglib
depends = libarchive
provides = ardour
- conflicts = *
+ conflicts = ardour
+ conflicts = ardour-git
source = ardour_stable::git://github.com/Ardour/ardour.git
source = ardour.desktop
md5sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index c1e0d7e05223..0e3abd4710d7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -14,8 +14,8 @@ url="http://ardour.org/"
license=('GPL')
depends=('aubio' 'cwiid' 'gtkmm' 'liblo' 'liblrdf' 'lilv' 'suil' 'rubberband' 'taglib' 'libarchive')
makedepends=('git' 'python2' 'boost' 'cppunit' 'doxygen' 'graphviz' 'itstool')
-provides=(ardour)
-conflicts=("${ardour-*}")
+provides=('ardour')
+conflicts=('ardour' 'ardour-git')
source=("${pkgname%-*}::git://github.com/Ardour/ardour.git"
'ardour.desktop')
md5sums=('SKIP'