diff options
author | David Otto | 2017-10-05 15:26:02 +0200 |
---|---|---|
committer | David Otto | 2017-10-05 15:26:02 +0200 |
commit | d8dc475cb6a641e4f1acb72bb42f12835b5ab530 (patch) | |
tree | e62c2f48633a210ec8980e09bcfdfc5571075f78 /PKGBUILD | |
parent | 6a74a5f357250244ea92bd49d4cd463cbe990522 (diff) | |
download | aur-d8dc475cb6a641e4f1acb72bb42f12835b5ab530.tar.gz |
new release 1.7.6
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,12 +1,12 @@ pkgname=linvst -pkgver=1.7 +pkgver=1.7.6 pkgrel=1 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" depends=('wine') source=("https://github.com/osxmidi/LinVst/releases/download/1.7/LinVst-${pkgver}.zip") -md5sums=('b39bbfb4da7525d7ca4a199052b3a1ca') +md5sums=('ccb63c6b66d9140437fb74c1b7dc518f') package() { for file in "${srcdir}/LinVst-${pkgver}/embedded-version/"*.{exe,so}; do |