summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index bb79da5696ea..dd4e13f4003d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,12 @@
pkgbase = linvst
pkgdesc = enables Windows vst's to be used as Linux vst's in Linux vst capable DAW's
- pkgver = 1.6.2
+ pkgver = 1.6.3
pkgrel = 1
url = https://github.com/osxmidi/LinVst
arch = x86_64
depends = wine
- source = https://github.com/osxmidi/LinVst/releases/download/1.6/LinVst-1.6.2.zip
- md5sums = 2ec536fa05067d58c8d7b319e63d82e4
+ source = https://github.com/osxmidi/LinVst/releases/download/1.6/LinVst-1.6.3.zip
+ md5sums = 797f2c1e5f67374b6a05ecaacd141a0d
pkgname = linvst
diff --git a/PKGBUILD b/PKGBUILD
index 4ec1b409495a..5335129dfab2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,15 +1,15 @@
pkgname=linvst
-pkgver=1.6.2
+pkgver=1.6.3
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')
source=("https://github.com/osxmidi/LinVst/releases/download/1.6/LinVst-${pkgver}.zip")
-md5sums=('2ec536fa05067d58c8d7b319e63d82e4')
+md5sums=('797f2c1e5f67374b6a05ecaacd141a0d')
package() {
- for file in "${srcdir}/LinVst-${pkgver}/emedded-window-version/"*.{exe,so}; do
+ for file in "${srcdir}/LinVst-${pkgver}/embedded-version/"*.{exe,so}; do
filename=`basename "${file}"`
install -D -m755 "${file}" "${pkgdir}/usr/bin/${filename}"
done