From 7bb1f45fdfea46d19710da60a1c2822fe399adb7 Mon Sep 17 00:00:00 2001 From: LW-archlinux Date: Tue, 28 Aug 2018 11:45:28 +0200 Subject: [PATCH] corrected upstream url --- .SRCINFO | 4 ++-- PKGBUILD | 8 ++------ 2 files changed, 4 insertions(+), 8 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index 1846b17..9d8db2a 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,8 +1,8 @@ pkgbase = mesa-git pkgdesc = an open-source implementation of the OpenGL specification, git version - pkgver = 18.3.0_devel.104104.de57926dc9 + pkgver = 18.3.0_devel.104414.4a8444d5bc pkgrel = 1 - url = http://mesa3d.sourceforge.net + url = https://www.mesa3d.org arch = x86_64 license = custom makedepends = git diff --git a/PKGBUILD b/PKGBUILD index e671f46..216774d 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -12,21 +12,18 @@ pkgbase=mesa-git pkgname=('mesa-git') pkgdesc="an open-source implementation of the OpenGL specification, git version" -pkgver=18.3.0_devel.104104.de57926dc9 +pkgver=18.3.0_devel.104414.4a8444d5bc pkgrel=1 arch=('x86_64') makedepends=('git' 'python-mako' 'llvm-svn' 'clang-svn' 'xorgproto' 'libxml2' 'libx11' 'libvdpau' 'libva' 'elfutils' 'libomxil-bellagio' 'ocl-icd' 'vulkan-icd-loader' 'libgcrypt' 'wayland' 'wayland-protocols' 'meson') -# removed libclc from makedepends depends=('libdrm' 'libxxf86vm' 'libxdamage' 'libxshmfence' 'libelf' 'libomxil-bellagio' 'llvm-libs-svn' 'libunwind' 'libglvnd' 'wayland' 'lm_sensors' 'libclc') -# removed liblcl from depends optdepends=('opengl-man-pages: for the OpenGL API man pages') provides=('mesa' 'vulkan-intel' 'vulkan-radeon' 'libva-mesa-driver' 'mesa-vdpau' 'vulkan-driver' 'opencl-mesa' 'opengl-driver' 'opencl-driver') -# removed opencl-driver from provides conflicts=('mesa' 'opencl-mesa' 'vulkan-intel' 'vulkan-radeon' 'libva-mesa-driver' 'mesa-vdpau') -url="http://mesa3d.sourceforge.net" +url="https://www.mesa3d.org" license=('custom') source=('mesa::git://anongit.freedesktop.org/mesa/mesa' 'LICENSE' @@ -77,7 +74,6 @@ build () { -D gallium-opencl=icd \ -D valgrind=false \ -D tools=[] -# remove -D gallium-opencl=icd \ meson configure _build ninja -C _build }