summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCrocoDuck2020-02-26 20:57:11 +0000
committerCrocoDuck2020-02-26 20:57:11 +0000
commitb88f0662beefcf5109681eb397d07579c0982a76 (patch)
tree0bd87b9e7b7149e129cbc966e940f8139cbbbbf4
parenta3e0d60dd26000a6f9e80f3ace80dca05339a03c (diff)
downloadaur-b88f0662beefcf5109681eb397d07579c0982a76.tar.gz
upgpkg r431.65c7c68a, plus fixe of depedency arrays
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 794a3515d949..fe549fd23fad 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = distrho-vst-git
pkgdesc = DISTRHO VST audio plugins ports.
- pkgver = r413.500ac85e
+ pkgver = r431.65c7c68a
pkgrel = 1
url = http://distrho.sourceforge.net/
arch = i686
@@ -14,9 +14,11 @@ pkgbase = distrho-vst-git
makedepends = libxcursor
makedepends = steinberg-vst36
makedepends = ladspa
+ makedepends = libgl
depends = freetype2
depends = alsa-lib
depends = libxext
+ depends = libglvnd
provides = distrho-vst
conflicts = distrho-vst
conflicts = distrho-vst-git
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')