From e2955d0a096549b2aebfab67cd72b7f17ff4d3ad Mon Sep 17 00:00:00 2001 From: emmett1 Date: Fri, 14 Sep 2018 17:56:40 +0800 Subject: [PATCH] mesa 18.2.0-1 --- core/mesa/spkgbuild | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/core/mesa/spkgbuild b/core/mesa/spkgbuild index 2486ead71..640502ecc 100755 --- a/core/mesa/spkgbuild +++ b/core/mesa/spkgbuild @@ -2,10 +2,10 @@ # depends : libdrm python2 wayland libxshmfence libxdamage libxext libxfixes elfutils llvm libvdpau python2-mako libx11 xorgproto wayland-protocols name=mesa -version=18.1.7 +version=18.2.0 release=1 source=(https://mesa.freedesktop.org/archive/$name-$version.tar.xz) -md5sum=(17d8a7e7ecbe146a7dc439e8b6eb02e9) +md5sum=(88e1a7f31f259cec69bb76b3cb10c956) build() { cd $name-$version @@ -23,7 +23,4 @@ build() { --with-gallium-drivers=$GLL_DRV make make DESTDIR=$PKG install - - install -v -dm755 $PKG/usr/share/doc/$name - cp -rfv docs/* $PKG/usr/share/doc/$name }