summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoruser.name2020-03-07 16:10:09 -0500
committeruser.name2020-03-07 16:10:09 -0500
commit9c9dc10ca71e6823956667622258b5e2da19c27d (patch)
treeb672193d759bf34506c9b1a63dbed7c42f7ed0a9
parentb9c4ff41b46fc940cca5d8ece87173dd74466053 (diff)
downloadaur-9c9dc10ca71e6823956667622258b5e2da19c27d.tar.gz
allow one to install linvst and linvstx variants to be installed side by side
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e10868f85f04..266287a7fc40 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,13 @@
pkgbase = linvst2
pkgdesc = enables Windows vst's to be used as Linux vst's in Linux vst capable DAW's
pkgver = 2.8
- pkgrel = 3
+ pkgrel = 4
url = https://github.com/osxmidi/LinVst
arch = x86_64
depends = wine
depends = python>=3.8
conflicts = linvst
conflicts = linvst-stable
- conflicts = linvst2x
source = linvst2::git+https://github.com/osxmidi/LinVst.git#tag=2.8
source = git+https://github.com/usrmusicman/ArchStudioUtils.git
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index b23ff99618c1..8238b5d321ba 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,12 +2,12 @@
pkgname=linvst2
pkgver=2.8
-pkgrel=3
+pkgrel=4
pkgdesc="enables Windows vst's to be used as Linux vst's in Linux vst capable DAW's"
arch=('x86_64')
url="https://github.com/osxmidi/LinVst"
depends=('wine' 'python>=3.8')
-conflicts=('linvst' 'linvst-stable' 'linvst2x')
+conflicts=('linvst' 'linvst-stable')
source=("$pkgname::git+https://github.com/osxmidi/LinVst.git#tag=$pkgver"
"git+https://github.com/usrmusicman/ArchStudioUtils.git")
sha256sums=('SKIP'