summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorCrocoDuck2020-02-26 20:57:11 +0000
committerCrocoDuck2020-02-26 20:57:11 +0000
commitb88f0662beefcf5109681eb397d07579c0982a76 (patch)
tree0bd87b9e7b7149e129cbc966e940f8139cbbbbf4 /PKGBUILD
parenta3e0d60dd26000a6f9e80f3ace80dca05339a03c (diff)
downloadaur-distrho-vst-git.tar.gz
upgpkg r431.65c7c68a, plus fixe of depedency arrays
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index c641eee782ec..3e23650d5297 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,14 +2,14 @@
# Contributor : speps <speps at aur dot archlinux dot org>
pkgname=distrho-vst-git
-pkgver=r413.500ac85e
+pkgver=r431.65c7c68a
pkgrel=1
pkgdesc="DISTRHO VST audio plugins ports."
arch=('i686' 'x86_64')
url="http://distrho.sourceforge.net/"
license=('GPL' 'LGPL')
-depends=('freetype2' 'alsa-lib' 'libxext')
-makedepends=('premake3' 'git' 'libxinerama' 'libxrender' 'libxcursor' 'steinberg-vst36' 'ladspa')
+depends=('freetype2' 'alsa-lib' 'libxext' 'libglvnd')
+makedepends=('premake3' 'git' 'libxinerama' 'libxrender' 'libxcursor' 'steinberg-vst36' 'ladspa' 'libgl')
provides=("${pkgname%-*}")
conflicts=("${pkgname%-*}" "distrho-vst-git" "distrho-plugins-vst-git" "dexed" "dexed-git" "dexed-vst-git" "luftikus" "tal-plugins")
source=("${pkgname%-*}"::'git+https://github.com/DISTRHO/DISTRHO-Ports.git')