summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorusrmusicman2019-09-27 19:52:42 -0400
committerusrmusicman2019-09-27 19:52:42 -0400
commit79278e1b0578077c8fc7d7262151ce7380f977ab (patch)
tree5ac820d373679437b090552b807f25f2d06372e3
parent2f01128d534242fe5456a6a3fd50221be7d8a36b (diff)
downloadaur-79278e1b0578077c8fc7d7262151ce7380f977ab.tar.gz
Fix for the downgrade issue
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD5
2 files changed, 5 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a3df888d1205..43eea69b034d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = linvst3
pkgdesc = enables Windows vst's to be used as Linux vst's in Linux vst capable DAW's
- pkgver = 1.7
+ pkgver = 1.7.0
pkgrel = 1
url = https://github.com/osxmidi/LinVst
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-Debian-Stretch.zip
+ source = https://github.com/osxmidi/LinVst3/releases/download/1.7.0/LinVst3-1.7.0-Debian-Stretch.zip
source = w2lvst3
sha256sums = SKIP
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index dcb908f99138..f1e606164a20 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,6 @@
pkgname=linvst3
-pkgver=1.7
+pkgver=1.7.0
+_pkgver=1.7
pkgrel=1
pkgdesc="enables Windows vst's to be used as Linux vst's in Linux vst capable DAW's"
arch=('x86_64')
@@ -11,7 +12,7 @@ sha256sums=('SKIP'
'SKIP')
package() {
- cd "${srcdir}/LinVst3-${pkgver}-Debian-Stretch/embedded/"
+ cd "${srcdir}/LinVst3-${_pkgver}-Debian-Stretch/embedded/"
for file in *.so; do
install -Dm755 $file $pkgdir/usr/bin/$file
done