summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorCrocoDuck2018-03-24 21:14:13 +0000
committerCrocoDuck2018-03-24 21:14:13 +0000
commit26a44bf34328dea4f830251884279d080152f479 (patch)
tree12d687bdf19f3baa293dc996f5915ff0f9241cc8 /PKGBUILD
parent2461d231e27154a553dff5cccda42c89ab84a5c3 (diff)
downloadaur-26a44bf34328dea4f830251884279d080152f479.tar.gz
Added dexed and dexed-git to the conflicts array
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
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')