summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 85c1ca7bc7f1..55f28d39ae51 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@ _pkgname=stepseq.lv2
pkgname=${_pkgname}-git
pkgver=r89.94dd4e4
pkgrel=1
-pkgdesc="Simple Step Sequencer"
+pkgdesc="Simple Step Sequencer (also available in x42-plugins package)"
arch=(x86_64)
url="https://github.com/x42/stepseq.lv2"
license=('GPL')
@@ -11,7 +11,7 @@ groups=()
depends=('lv2')
makedepends=('git')
provides=('stepseq.lv2' 'stepseq.lv2-git')
-conflicts=('stepseq.lv2' 'stepseq.lv2-git')
+conflicts=('stepseq.lv2' 'stepseq.lv2-git' 'x42-plugins')
install=
source=('git+https://github.com/x42/stepseq.lv2')
noextract=()