summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoruser.name2020-03-07 16:14:45 -0500
committeruser.name2020-03-07 16:14:45 -0500
commit05c072868a049e1dbaef095d678ea4aa15c7b2a3 (patch)
tree5e515868a858f381da7b9b364192c23010df004b
parent287a51ef3d9bc34a9e0068c7f4f15a0b67dfbab6 (diff)
downloadaur-05c072868a049e1dbaef095d678ea4aa15c7b2a3.tar.gz
allow one to install linvst and linvstx variants to be installed side by side
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD3
2 files changed, 2 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 027d7795843a..be89a2b25f17 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = linvst3x
pkgdesc = enables Windows vst3's to be used as Linux vst's in Linux vst capable DAW's (single wineserver instance variant)
pkgver = 1.7
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/osxmidi/LinVst3
arch = x86_64
makedepends = git
@@ -15,7 +15,6 @@ pkgbase = linvst3x
depends = expat
depends = gtkmm3
depends = sqlite
- conflicts = linvst3
source = https://github.com/osxmidi/LinVst3-X/releases/download/1.7/LinVst3-X-1.7-Manjaro.zip
source = git+https://github.com/usrmusicman/ArchStudioUtils.git
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index fe4138d64da5..63dfde0881ce 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,13 +2,12 @@
pkgname=linvst3x
pkgver=1.7
-pkgrel=1
+pkgrel=2
pkgdesc="enables Windows vst3's to be used as Linux vst's in Linux vst capable DAW's (single wineserver instance variant)"
arch=('x86_64')
url="https://github.com/osxmidi/LinVst3"
depends=('wine' 'freetype2' 'xcb-util' 'xcb-util-cursor' 'xcb-util-keysyms' 'libxkbcommon-x11' 'libx11' 'expat' 'gtkmm3' 'sqlite')
makedepends=('git')
-conflicts=('linvst3')
source=("https://github.com/osxmidi/LinVst3-X/releases/download/1.7/LinVst3-X-${pkgver}-Manjaro.zip"
"git+https://github.com/usrmusicman/ArchStudioUtils.git")
sha256sums=('SKIP'