summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMilk Brewster2018-06-29 22:53:00 +0100
committerMilk Brewster2018-06-29 22:53:00 +0100
commita0179a5340975841d7852f6707ac399d2b1a6dcb (patch)
tree0bb038e8d7c715e598ae7af02904288fc44229b4
parent35a1d536d9cd05c4d3a316d285c3d4a7d0e62e85 (diff)
downloadaur-a0179a5340975841d7852f6707ac399d2b1a6dcb.tar.gz
Conflict with x42-plugins, note in description
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0e7a69267af1..2b3b31753baf 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
pkgbase = stepseq.lv2-git
- pkgdesc = Simple Step Sequencer
+ pkgdesc = Simple Step Sequencer (also available in x42-plugins package)
pkgver = r89.94dd4e4
pkgrel = 1
url = https://github.com/x42/stepseq.lv2
@@ -11,6 +11,7 @@ pkgbase = stepseq.lv2-git
provides = stepseq.lv2-git
conflicts = stepseq.lv2
conflicts = stepseq.lv2-git
+ conflicts = x42-plugins
source = git+https://github.com/x42/stepseq.lv2
md5sums = SKIP
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=()