summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoruser.name2020-03-07 16:13:27 -0500
committeruser.name2020-03-07 16:13:27 -0500
commitadfdd93cb475b60cfc06f1b9c13baf537d2e2180 (patch)
treea75bfdbff8d253112bfc8871d406146c6d5b9e84
parent1a1aa42ab5220bcc6314fad151d1084fe82d219f (diff)
downloadaur-adfdd93cb475b60cfc06f1b9c13baf537d2e2180.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 cd5aab55760b..c59c556cd041 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = linvst3
pkgdesc = enables Windows vst3's to be used as Linux vst's in Linux vst capable DAW's
pkgver = 1.8
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/osxmidi/LinVst3
arch = x86_64
makedepends = git
@@ -15,7 +15,6 @@ pkgbase = linvst3
depends = expat
depends = gtkmm3
depends = sqlite
- conflicts = linvst3x
source = https://github.com/osxmidi/LinVst3/releases/download/1.8/LinVst3-1.8-Debian-Buster.zip
source = git+https://github.com/usrmusicman/ArchStudioUtils.git
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index ac1c74fc2482..d7504c4df2c2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,13 +2,12 @@
pkgname=linvst3
pkgver=1.8
-pkgrel=2
+pkgrel=3
pkgdesc="enables Windows vst3's to be used as Linux vst's in Linux vst capable DAW's"
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=('linvst3x')
source=("https://github.com/osxmidi/LinVst3/releases/download/1.8/LinVst3-${pkgver}-Debian-Buster.zip"
"git+https://github.com/usrmusicman/ArchStudioUtils.git")
sha256sums=('SKIP'