summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorLlewelyn Trahaearn2016-01-27 05:00:18 -0800
committerLlewelyn Trahaearn2016-01-27 05:00:18 -0800
commitd658b20f04278d1c0c3ee2fc16b369bd0133ce3e (patch)
treea39260c48432ca94d6b0b34ec296e9ed52c6188d /PKGBUILD
parent441f7a3f9628abb90a0944c508173888160b861d (diff)
downloadaur-d658b20f04278d1c0c3ee2fc16b369bd0133ce3e.tar.gz
Fix error/typos.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 87b57c8a0dd3..b96caca904b2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,8 +10,8 @@ url="https://launchpad.net/ladish"
license=('GPL2')
depends=('a2jmidid' 'boost' 'dbus-glib' 'flowcanvas<=0.7.1' 'jack' 'laditools-git')
makedepends=('git' 'python2')
-provides=("${pkgname}" 'lash')
-conflicts=("${pkgname}" 'lash')
+provides=("${pkgname%-*}" 'lash')
+conflicts=("${pkgname%-*}" 'lash')
install=${pkgname}.install
source=("${pkgname}::git://repo.or.cz/ladish.git")
sha512sums=('SKIP')