summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Otto2020-07-27 06:31:21 +0200
committerDavid Otto2020-07-27 06:31:21 +0200
commit2d88a88a7be97cab8faecd918dddce180145d792 (patch)
tree9146dde5adde30f16857300a0144693e20b478a2
parent813f2a7f90f21e7c2af68ba579ee4a701769c084 (diff)
downloadaur-2d88a88a7be97cab8faecd918dddce180145d792.tar.gz
add license
-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"