summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGimmeapill2017-08-17 22:53:48 +0200
committerGimmeapill2017-08-17 22:53:48 +0200
commit611164c4bd51f287ac92190db749ecdb3710037c (patch)
treedb15a6010b4f1413a2a1fa179ebb0760c5dc96e6
parent7037cafd79510bf727c2a1ce55d4d8e78c6a1c6d (diff)
downloadaur-611164c4bd51f287ac92190db749ecdb3710037c.tar.gz
fix typos
-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'