summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMilk Brewster2018-06-29 22:53:00 +0100
committerMilk Brewster2018-06-29 22:53:00 +0100
commita0179a5340975841d7852f6707ac399d2b1a6dcb (patch)
tree0bb038e8d7c715e598ae7af02904288fc44229b4 /PKGBUILD
parent35a1d536d9cd05c4d3a316d285c3d4a7d0e62e85 (diff)
downloadaur-a0179a5340975841d7852f6707ac399d2b1a6dcb.tar.gz
Conflict with x42-plugins, note in description
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=()