summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoruser.name2020-05-06 09:43:01 -0400
committeruser.name2020-05-06 09:43:01 -0400
commit4fea82a37cc1723ec47772ccaef3b66cab1d74de (patch)
treed9621c44590f0d1a764bb4b6ceb2284abdd35fd3
parenta12223182089eb97eae7ffb02344abcb7fa8f873 (diff)
downloadaur-4fea82a37cc1723ec47772ccaef3b66cab1d74de.tar.gz
Update package with new Buster sources
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD8
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 84e6eaa7d558..92cea60511aa 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = linvst3-bin
pkgdesc = enables Windows vst3's to be used as Linux vst's in Linux vst capable DAW's
- pkgver = 1.8.1
- pkgrel = 3
+ pkgver = 1.8.2
+ pkgrel = 1
url = https://github.com/osxmidi/LinVst3
arch = x86_64
groups = pro-audio
@@ -19,7 +19,7 @@ pkgbase = linvst3-bin
provides = linvst3-bin
conflicts = linvst3
replaces = linvst3
- source = https://github.com/osxmidi/LinVst3/releases/download/1.8/LinVst3-1.8.1-Manjaro.zip
+ source = https://github.com/osxmidi/LinVst3/releases/download/1.8/LinVst3-1.8.2-Debian-Buster.zip
sha256sums = 5111ef5a0683267781ae6f943e954d1c1ebb225b886b12f6558aab5397a8d88d
pkgname = linvst3-bin
diff --git a/PKGBUILD b/PKGBUILD
index c7ac24dc752d..2374bff8077b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer Alex Mcmillan <linuxguy93@gmail.com>
pkgname=linvst3-bin
-pkgver=1.8.1
-pkgrel=3
+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"
@@ -11,11 +11,11 @@ depends=('wine' 'freetype2' 'xcb-util' 'xcb-util-cursor' 'xcb-util-keysyms' 'lib
replaces=('linvst3')
conflicts=('linvst3')
provides=('linvst3' "${pkgname}")
-source=("https://github.com/osxmidi/LinVst3/releases/download/1.8/LinVst3-${pkgver}-Manjaro.zip")
+source=("https://github.com/osxmidi/LinVst3/releases/download/1.8/LinVst3-${pkgver}-Debian-Buster.zip")
sha256sums=('5111ef5a0683267781ae6f943e954d1c1ebb225b886b12f6558aab5397a8d88d')
package() {
- cd "${srcdir}/LinVst3-${pkgver}-Manjaro/embedded/"
+ cd "${srcdir}/LinVst3-${pkgver}-Debian-Buster/embedded/"
for file in *.so; do
install -Dm755 $file $pkgdir/usr/bin/$file
done