summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoruser.name2020-03-07 16:11:27 -0500
committeruser.name2020-03-07 16:11:27 -0500
commit32f671de6243dcd881d6dab4427d5aae54076df4 (patch)
treeb249f77569b3c16e6f9bb88323d6897840ae0c26
parent506d8752332b896f46d6b57922143ce4acd05dd8 (diff)
downloadaur-32f671de6243dcd881d6dab4427d5aae54076df4.tar.gz
allow one to install linvst and linvstx variants to be installed side by side
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 0e8912957e9c..f60d72468025 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,12 +2,12 @@
pkgname=linvst2x
pkgver=2.7
-pkgrel=1
+pkgrel=2
pkgdesc="enables Windows vst'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/LinVst"
depends=('wine' 'python>=3.8')
-conflicts=('linvst' 'linvst-stable' 'linvst2')
+conflicts=('linvst' 'linvst-stable')
source=("$pkgname::git+https://github.com/osxmidi/LinVst-X.git#tag=$pkgver"
"git+https://github.com/usrmusicman/ArchStudioUtils.git")
sha256sums=('SKIP'