summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorusrmusicman2020-01-11 23:32:24 -0500
committerusrmusicman2020-01-11 23:32:24 -0500
commitb9c4ff41b46fc940cca5d8ece87173dd74466053 (patch)
treefdd371a34946d6975e638f0c0375671ff59ab865
parentf00715e41a67198268cc90e24cd3b8adb74d4ee3 (diff)
downloadaur-b9c4ff41b46fc940cca5d8ece87173dd74466053.tar.gz
Update PKGBUILD
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD5
2 files changed, 4 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ee0d7844eaa1..e10868f85f04 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,14 @@
pkgbase = linvst2
pkgdesc = enables Windows vst's to be used as Linux vst's in Linux vst capable DAW's
pkgver = 2.8
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/osxmidi/LinVst
arch = x86_64
depends = wine
depends = python>=3.8
conflicts = linvst
conflicts = linvst-stable
- replaces = linvst
- replaces = 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 d1bcd583362c..b23ff99618c1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,13 +2,12 @@
pkgname=linvst2
pkgver=2.8
-pkgrel=2
+pkgrel=3
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')
-replaces=('linvst' 'linvst-stable')
+conflicts=('linvst' 'linvst-stable' 'linvst2x')
source=("$pkgname::git+https://github.com/osxmidi/LinVst.git#tag=$pkgver"
"git+https://github.com/usrmusicman/ArchStudioUtils.git")
sha256sums=('SKIP'