summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-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'