summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRyan Farley2019-12-31 11:07:39 -0600
committerRyan Farley2019-12-31 11:07:39 -0600
commitc0fda9b3f7a7432135371692cfbd63d3794609aa (patch)
treeda0376d13b82499620069decbcd897e8d7e6cf02
parent352cfc19488cb89537d5ed6b86a0a8de133c0a57 (diff)
downloadaur-c0fda9b3f7a7432135371692cfbd63d3794609aa.tar.gz
fix pkgbuild deps for xorgproto
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 8e559a01d189..7f299643e679 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,10 +10,10 @@
pkgbase=mesa-arm-git
pkgname=('libva-mesa-driver-arm-git' 'mesa-vdpau-arm-git' 'mesa-arm-git')
pkgdesc="An open-source implementation of the OpenGL specification"
-pkgver=20.0.0_devel.118258.865ffe4e020
+pkgver=20.0.0_devel.118806.b318bc2072d
pkgrel=1
arch=('x86_64')
-makedepends=('python-mako' 'libxml2' 'libx11' 'glproto' 'libdrm' 'dri2proto' 'dri3proto' 'presentproto'
+makedepends=('python-mako' 'libxml2' 'libx11' 'libdrm'
'libxshmfence' 'libxxf86vm' 'libxdamage' 'libvdpau' 'libva' 'wayland' 'wayland-protocols'
'elfutils' 'llvm' 'libomxil-bellagio' 'clang' 'libglvnd' 'lm_sensors'
'libxrandr' 'meson')