summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD3
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3fd01479f9c1..e0f98eb70ff9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,10 @@
pkgbase = linvst
pkgdesc = enables Windows vst's to be used as Linux vst's in Linux vst capable DAW's
- pkgver = 2.8.r35.0aae371
+ pkgver = 2.8.r98.e0c8d55
pkgrel = 1
url = https://github.com/osxmidi/LinVst
arch = x86_64
+ license = GPL3
makedepends = git
depends = wine
source = git+https://github.com/osxmidi/LinVst.git
diff --git a/PKGBUILD b/PKGBUILD
index 270e559c9f5c..d2f6a6096e4d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,7 @@
pkgname=linvst
-pkgver=2.8.r85.105128a
+pkgver=2.8.r98.e0c8d55
pkgrel=1
+license=('GPL3')
pkgdesc="enables Windows vst's to be used as Linux vst's in Linux vst capable DAW's"
arch=('x86_64')
url="https://github.com/osxmidi/LinVst"