summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authoruser.name2020-05-06 09:43:01 -0400
committeruser.name2020-05-06 09:43:01 -0400
commit4fea82a37cc1723ec47772ccaef3b66cab1d74de (patch)
treed9621c44590f0d1a764bb4b6ceb2284abdd35fd3 /PKGBUILD
parenta12223182089eb97eae7ffb02344abcb7fa8f873 (diff)
downloadaur-4fea82a37cc1723ec47772ccaef3b66cab1d74de.tar.gz
Update package with new Buster sources
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
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