summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLW-archlinux2018-08-28 11:45:28 +0200
committerLW-archlinux2018-08-28 11:45:28 +0200
commit7bb1f45fdfea46d19710da60a1c2822fe399adb7 (patch)
treea1acdaa5ab2a2817e16750de65bbd103ea7e6132
parent93556d0a638a3a6dfc7b1df479d9858ffb300b91 (diff)
downloadaur-7bb1f45fdfea46d19710da60a1c2822fe399adb7.tar.gz
corrected upstream url
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD8
2 files changed, 4 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1846b17ff013..9d8db2ac258e 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 e671f462df05..216774da70dd 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
}