summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSangeppato2019-04-21 16:24:26 +0200
committerSangeppato2019-04-21 16:24:26 +0200
commitea1d9098c59592bebfe1b673a891697c2066bc5e (patch)
tree48ad23908d6e2af7f28521e2aca2ca5438e19ea5
parent96d65bf8f5704b4702d15eaffa170116ed665438 (diff)
downloadaur-ea1d9098c59592bebfe1b673a891697c2066bc5e.tar.gz
update to 2.5
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD7
2 files changed, 8 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7ffcdb165e49..c619542f6d16 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = linvst-stable
pkgdesc = Bridge that allows Windows vst's to be used as Linux vst's in Linux vst capable DAW's
- pkgver = 2.4
- pkgrel = 2
+ pkgver = 2.5
+ pkgrel = 1
url = https://github.com/osxmidi/LinVst
install = linvst-stable.install
arch = x86_64
@@ -10,8 +10,8 @@ pkgbase = linvst-stable
depends = gtk3
provides = linvst
conflicts = linvst
- source = https://github.com/osxmidi/LinVst/archive/2.4.tar.gz
- sha256sums = 8d569804b5d0bbc305283d1f2d8ff7c04f9150bd7208a6d86feabbd17bdd34d7
+ source = https://github.com/osxmidi/LinVst/archive/2.5.tar.gz
+ sha256sums = e4c55be6239c55be864b8a88ffb6307588c05d9e0d477694227d521f0fb69816
pkgname = linvst-stable
diff --git a/PKGBUILD b/PKGBUILD
index c4caedd389f0..5e24fd86c406 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
pkgname=linvst-stable
-pkgver=2.4
-pkgrel=2
+pkgver=2.5
+pkgrel=1
provides=('linvst')
conflicts=('linvst')
pkgdesc="Bridge that allows Windows vst's to be used as Linux vst's in Linux vst capable DAW's"
@@ -14,7 +14,7 @@ install="linvst-stable.install"
_pkgname=LinVst
source=("https://github.com/osxmidi/${_pkgname}/archive/${pkgver}.tar.gz")
-sha256sums=('8d569804b5d0bbc305283d1f2d8ff7c04f9150bd7208a6d86feabbd17bdd34d7')
+sha256sums=('e4c55be6239c55be864b8a88ffb6307588c05d9e0d477694227d521f0fb69816')
build() {
@@ -30,4 +30,5 @@ package() {
make -f Makefile-embed-6432 DESTDIR="${pkgdir}" VST_DIR="${pkgdir}/usr/share/linvst" install
install -m 755 "convert/linvstconvert" "${pkgdir}/usr/bin/"
install -m 755 "convert/linvstconverttree" "${pkgdir}/usr/bin/"
+ install -m 755 "convert/pylinvstconvert" "${pkgdir}/usr/bin/"
}