summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorusrmusicman2019-09-27 19:55:32 -0400
committerusrmusicman2019-09-27 19:55:32 -0400
commitfb3f12723645b73267a1a08a1542b0a7e2348a4e (patch)
tree5c50e52832df193625ac0810cf601acfa5b387a4
parent40244f57ee5df76bbc2c6fbef5c840cef4a60ba5 (diff)
downloadaur-fb3f12723645b73267a1a08a1542b0a7e2348a4e.tar.gz
Fix for the downgrade issue
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index ab8a15dfd363..c75a3e46ca42 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ arch=('x86_64')
url="https://github.com/osxmidi/LinVst"
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/$pkgver/LinVst3-${_pkgver}-Debian-Stretch.zip" 'w2lvst3')
+source=("https://github.com/osxmidi/LinVst3/releases/download/${_pkgver}/LinVst3-${_pkgver}-Debian-Stretch.zip" 'w2lvst3')
sha256sums=('SKIP'
'SKIP')