summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorusrmusicman2019-11-25 21:28:24 -0500
committerusrmusicman2019-11-25 21:28:24 -0500
commit175bb56b1bb3d9f4750d7d3a70acc29776c44061 (patch)
tree20ee425b005473caf58b5221489bd1129f901177
parent0c945914fbfa6b6b856a4e3cc3a5735450768a24 (diff)
downloadaur-175bb56b1bb3d9f4750d7d3a70acc29776c44061.tar.gz
Update PKGBUILD
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5417fe6e2240..6ce6a5c4833e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = linvst3
pkgdesc = enables Windows vst3's to be used as Linux vst's in Linux vst capable DAW's
- pkgver = 1.7.3
+ pkgver = 1.8
pkgrel = 1
url = https://github.com/osxmidi/LinVst3
arch = x86_64
@@ -15,7 +15,7 @@ pkgbase = linvst3
depends = expat
depends = gtkmm3
depends = sqlite
- source = https://github.com/osxmidi/LinVst3/releases/download/1.7/LinVst3-1.7.3-Debian-Stretch.zip
+ source = https://github.com/osxmidi/LinVst3/releases/download/1.8/LinVst3-1.8-Debian-Buster.zip
source = git+https://github.com/usrmusicman/ArchStudioUtils.git
sha256sums = SKIP
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index e5d6acc5c2ad..13614520a964 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,14 @@
# Maintainer Alex Mcmillan <linuxguy93@gmail.com>
pkgname=linvst3
-pkgver=1.7.3
+pkgver=1.8
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"
depends=('wine' 'freetype2' 'xcb-util' 'xcb-util-cursor' 'xcb-util-keysyms' 'libxkbcommon-x11' 'libx11' 'expat' 'gtkmm3' 'sqlite')
makedepends=('git')
-source=("https://github.com/osxmidi/LinVst3/releases/download/1.7/LinVst3-${pkgver}-Debian-Stretch.zip"
+source=("https://github.com/osxmidi/LinVst3/releases/download/1.8/LinVst3-${pkgver}-Debian-Buster.zip"
"git+https://github.com/usrmusicman/ArchStudioUtils.git")
sha256sums=('SKIP'
'SKIP')