summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Otto2017-09-19 08:57:16 +0200
committerDavid Otto2017-09-19 08:57:16 +0200
commit564489d45d124db8d13a27c3661ba581c22ec9f8 (patch)
tree2cc72be674acd23db27142a360e91f9d5637f83f
parenta5e3de7036e288449419b99899c081e1f738bf88 (diff)
downloadaur-564489d45d124db8d13a27c3661ba581c22ec9f8.tar.gz
new release 1.6.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8cf77613e20a..6d057ebf4b23 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
+ pkgver = 1.6.1
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.zip
- md5sums = 56d0da3a84878f15670b1fd7a98a558f
+ source = https://github.com/osxmidi/LinVst/releases/download/1.6/LinVst-1.6.1.zip
+ md5sums = df22d9c306e949d62b7ba78ab183fad2
pkgname = linvst
diff --git a/PKGBUILD b/PKGBUILD
index 552425c0cdf3..82be4ed36adc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,15 +1,15 @@
pkgname=linvst
-pkgver=1.6
+pkgver=1.6.1
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=('56d0da3a84878f15670b1fd7a98a558f')
+md5sums=('df22d9c306e949d62b7ba78ab183fad2')
package() {
- for file in "${srcdir}/LinVst-${pkgver}/"*.{exe,so}; do
+ for file in "${srcdir}/LinVst-${pkgver}/emedded-window-version/"*.{exe,so}; do
filename=`basename "${file}"`
install -D -m755 "${file}" "${pkgdir}/usr/bin/${filename}"
done