summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD9
2 files changed, 9 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index cab010126836..91ae044778b6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = linvst3
pkgdesc = enables Windows vst3's to be used as Linux vst's in Linux vst capable DAW's
- pkgver = 1.8
- pkgrel = 4
+ pkgver = 1.8.2
+ pkgrel = 1
url = https://github.com/osxmidi/LinVst3
arch = x86_64
makedepends = git
@@ -15,9 +15,9 @@ pkgbase = linvst3
depends = expat
depends = gtkmm3
depends = sqlite
- source = https://github.com/osxmidi/LinVst3/releases/download/1.8/LinVst3-1.8-Debian-Buster.zip
+ source = https://github.com/osxmidi/LinVst3/releases/download/1.8/LinVst3-1.8.2-Debian-Buster.zip
source = git+https://github.com/usrmusicman/ArchStudioUtils.git
- sha256sums = 10cc5b4146b52f2b90f2b8de82115f92c8b03be050019a27b319c2249d61a5eb
+ sha256sums = 6ba8644872a093959615b3a70817530214a1fb1bfaf98bfaeb803349e912f349
sha256sums = SKIP
pkgname = linvst3
diff --git a/PKGBUILD b/PKGBUILD
index c62777c365c8..873102a3d86f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,9 @@
-# Maintainer Alex Mcmillan <linuxguy93@gmail.com>
+# Maintainer: Felix Golatfoski <contact@xdfr.de>
+# Contributor: Alex Mcmillan <linuxguy93@gmail.com>
pkgname=linvst3
-pkgver=1.8
-pkgrel=4
+pkgver=1.8.2
+pkgrel=1
pkgdesc="enables Windows vst3's to be used as Linux vst's in Linux vst capable DAW's"
arch=('x86_64')
url="https://github.com/osxmidi/LinVst3"
@@ -10,7 +11,7 @@ depends=('wine' 'freetype2' 'xcb-util' 'xcb-util-cursor' 'xcb-util-keysyms' 'lib
makedepends=('git')
source=("https://github.com/osxmidi/LinVst3/releases/download/1.8/LinVst3-${pkgver}-Debian-Buster.zip"
"git+https://github.com/usrmusicman/ArchStudioUtils.git")
-sha256sums=('10cc5b4146b52f2b90f2b8de82115f92c8b03be050019a27b319c2249d61a5eb'
+sha256sums=('6ba8644872a093959615b3a70817530214a1fb1bfaf98bfaeb803349e912f349'
'SKIP')
package() {