summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Otto2018-01-03 10:37:30 +0100
committerDavid Otto2018-01-03 10:37:30 +0100
commit6e13df9a83a135154e86c82d350ed2efd7e45c68 (patch)
tree831c9b812a9754fbdeb3253af17013b3f6f8d0f2
parent39640f067ac01ebf7c4f2bb8fd15501d9a82ee92 (diff)
downloadaur-6e13df9a83a135154e86c82d350ed2efd7e45c68.tar.gz
new release 1.8
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD10
2 files changed, 9 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a1526875154b..316bb7a09d17 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.7.6
- pkgrel = 2
+ pkgver = 1.8
+ pkgrel = 1
url = https://github.com/osxmidi/LinVst
arch = x86_64
depends = wine
- source = https://github.com/osxmidi/LinVst/releases/download/1.7/LinVst-1.7.6-MIX-Debian-Stretch.zip
- sha256sums = 9b055ee70942b2930c3f62c15cfa2a18b7586d356aa53a401012e6e07470ca2b
+ source = https://github.com/osxmidi/LinVst/releases/download/1.8/LinVst-1.8-Debian-Stretch.zip
+ sha256sums = 96e72788f11f351d3dabb9c870e658aad215332d4a3065418d72bcb41a266f53
pkgname = linvst
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