summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD8
2 files changed, 7 insertions, 11 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a8c0ed6380c7..8cf77613e20a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,12 @@
pkgbase = linvst
pkgdesc = enables Windows vst's to be used as Linux vst's in Linux vst capable DAW's
- pkgver = 1.5.1
+ pkgver = 1.6
pkgrel = 1
url = https://github.com/osxmidi/LinVst
arch = x86_64
- makedepends = git
- makedepends = gcc
- makedepends = make
depends = wine
- depends = steinberg-vst36
- source = https://github.com/osxmidi/LinVst/releases/download/1.5/LinVst-1.5.1.zip
- md5sums = bebb40bc1cced47cd6845cdf0b693bdd
+ source = https://github.com/osxmidi/LinVst/releases/download/1.6/LinVst-1.6.zip
+ md5sums = 56d0da3a84878f15670b1fd7a98a558f
pkgname = linvst
diff --git a/PKGBUILD b/PKGBUILD
index 13e5be7cc20a..552425c0cdf3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,12 +1,12 @@
pkgname=linvst
-pkgver=1.5.1
+pkgver=1.6
pkgrel=1
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' 'steinberg-vst36')
-source=("https://github.com/osxmidi/LinVst/releases/download/1.5/LinVst-${pkgver}.zip")
-md5sums=('bebb40bc1cced47cd6845cdf0b693bdd')
+depends=('wine')
+source=("https://github.com/osxmidi/LinVst/releases/download/1.6/LinVst-${pkgver}.zip")
+md5sums=('56d0da3a84878f15670b1fd7a98a558f')
package() {
for file in "${srcdir}/LinVst-${pkgver}/"*.{exe,so}; do