summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDavid Otto2018-01-03 10:37:30 +0100
committerDavid Otto2018-01-03 10:37:30 +0100
commit6e13df9a83a135154e86c82d350ed2efd7e45c68 (patch)
tree831c9b812a9754fbdeb3253af17013b3f6f8d0f2 /PKGBUILD
parent39640f067ac01ebf7c4f2bb8fd15501d9a82ee92 (diff)
downloadaur-6e13df9a83a135154e86c82d350ed2efd7e45c68.tar.gz
new release 1.8
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD10
1 files changed, 5 insertions, 5 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 2ecf36f57933..b541ec263b35 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,15 +1,15 @@
pkgname=linvst
-pkgver=1.7.6
-pkgrel=2
+pkgver=1.8
+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.7/LinVst-${pkgver}-MIX-Debian-Stretch.zip")
-sha256sums=('9b055ee70942b2930c3f62c15cfa2a18b7586d356aa53a401012e6e07470ca2b')
+source=("https://github.com/osxmidi/LinVst/releases/download/1.8/LinVst-${pkgver}-Debian-Stretch.zip")
+sha256sums=('96e72788f11f351d3dabb9c870e658aad215332d4a3065418d72bcb41a266f53')
package() {
- for file in "${srcdir}/LinVst-${pkgver}-MIX-Debian-Stretch/embedded-version/"*.{exe,so}; do
+ for file in "${srcdir}/LinVst-${pkgver}-Debian-Stretch/embedded-version/"*.{exe,so}; do
filename=`basename "${file}"`
install -D -m755 "${file}" "${pkgdir}/usr/bin/${filename}"
done