summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCrocoDuck2018-03-24 21:14:13 +0000
committerCrocoDuck2018-03-24 21:14:13 +0000
commit26a44bf34328dea4f830251884279d080152f479 (patch)
tree12d687bdf19f3baa293dc996f5915ff0f9241cc8
parent2461d231e27154a553dff5cccda42c89ab84a5c3 (diff)
downloadaur-26a44bf34328dea4f830251884279d080152f479.tar.gz
Added dexed and dexed-git to the conflicts array
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5d1fea40d819..886d6f8f89ce 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = distrho-vst-git
pkgdesc = DISTRHO VST audio plugins ports.
pkgver = r402.84f65e68
- pkgrel = 1
+ pkgrel = 2
url = http://distrho.sourceforge.net/
arch = i686
arch = x86_64
@@ -21,6 +21,8 @@ pkgbase = distrho-vst-git
conflicts = distrho-vst
conflicts = distrho-vst-git
conflicts = distrho-plugins-vst-git
+ conflicts = dexed
+ conflicts = dexed-git
conflicts = dexed-vst-git
conflicts = luftikus
conflicts = tal-plugins
diff --git a/PKGBUILD b/PKGBUILD
index 42b3a06a7d2b..55b0fa28ad01 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=distrho-vst-git
pkgver=r402.84f65e68
-pkgrel=1
+pkgrel=2
pkgdesc="DISTRHO VST audio plugins ports."
arch=('i686' 'x86_64')
url="http://distrho.sourceforge.net/"
@@ -11,7 +11,7 @@ license=('GPL' 'LGPL')
depends=('freetype2' 'alsa-lib' 'libxext')
makedepends=('premake3' 'git' 'libxinerama' 'libxrender' 'libxcursor' 'steinberg-vst36' 'ladspa')
provides=("${pkgname%-*}")
-conflicts=("${pkgname%-*}" "distrho-vst-git" "distrho-plugins-vst-git" "dexed-vst-git" "luftikus" "tal-plugins")
+conflicts=("${pkgname%-*}" "distrho-vst-git" "distrho-plugins-vst-git" "dexed" "dexed-git" "dexed-vst-git" "luftikus" "tal-plugins")
source=("${pkgname%-*}::git://github.com/DISTRHO/DISTRHO-Ports")
md5sums=('SKIP')