summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorusrmusicman2019-09-27 19:54:16 -0400
committerusrmusicman2019-09-27 19:54:16 -0400
commit40244f57ee5df76bbc2c6fbef5c840cef4a60ba5 (patch)
tree730971f417bebcd566812cf8f4a88460c7290363
parent79278e1b0578077c8fc7d7262151ce7380f977ab (diff)
downloadaur-40244f57ee5df76bbc2c6fbef5c840cef4a60ba5.tar.gz
Fix for the downgrade issue
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 43eea69b034d..3cbf81a50580 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -15,7 +15,7 @@ pkgbase = linvst3
depends = expat
depends = gtkmm3
depends = sqlite
- source = https://github.com/osxmidi/LinVst3/releases/download/1.7.0/LinVst3-1.7.0-Debian-Stretch.zip
+ source = https://github.com/osxmidi/LinVst3/releases/download/1.7.0/LinVst3-1.7-Debian-Stretch.zip
source = w2lvst3
sha256sums = SKIP
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index f1e606164a20..ab8a15dfd363 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')