summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLW-archlinux2018-04-04 12:57:38 +0200
committerLW-archlinux2018-04-04 13:00:05 +0200
commite481705dd09ac8f0bc3bf5cbce5024b28633240c (patch)
treedd0a9e41ce8e4ee18b14106a8b5f53b5683cc63a
parentbe63a70febd2f9b1795d710f8d59d898d23c4ee4 (diff)
downloadaur-e481705dd09ac8f0bc3bf5cbce5024b28633240c.tar.gz
added conflict with wayland < 1.14.93 to avoid breaking firefox (and likely other userspace applications) due to
wayland_egl move
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index cf77be324e64..11237c5f4096 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = mesa-git
pkgdesc = an open-source implementation of the OpenGL specification, git version
pkgver = 18.1.0_devel.101343.41ac0b1443
- pkgrel = 1
+ pkgrel = 2
url = http://mesa3d.sourceforge.net
arch = x86_64
license = custom
@@ -45,6 +45,7 @@ pkgbase = mesa-git
conflicts = vulkan-radeon
conflicts = libva-mesa-driver
conflicts = mesa-vdpau
+ conflicts = wayland<1.14.93
source = mesa::git://anongit.freedesktop.org/mesa/mesa
source = LICENSE
sha512sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 3e13f65228cc..554ec5a39b4b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -13,7 +13,7 @@ pkgbase=mesa-git
pkgname=('mesa-git')
pkgdesc="an open-source implementation of the OpenGL specification, git version"
pkgver=18.1.0_devel.101343.41ac0b1443
-pkgrel=1
+pkgrel=2
arch=('x86_64')
makedepends=('git' 'python2-mako' 'llvm-svn' 'libclc' 'clang-svn' 'xorgproto'
'libxml2' 'libx11' 'libvdpau' 'libva' 'elfutils' 'libomxil-bellagio'
@@ -22,7 +22,7 @@ depends=('libdrm' 'libxxf86vm' 'libxdamage' 'libxshmfence' 'libelf'
'libomxil-bellagio' 'llvm-libs-svn' 'libunwind' 'libglvnd')
optdepends=('opengl-man-pages: for the OpenGL API man pages')
provides=('mesa' 'opencl-mesa' 'vulkan-intel' 'vulkan-radeon' 'libva-mesa-driver' 'mesa-vdpau' 'vulkan-driver' 'opencl-driver' 'opengl-driver')
-conflicts=('mesa' 'opencl-mesa' 'vulkan-intel' 'vulkan-radeon' 'libva-mesa-driver' 'mesa-vdpau')
+conflicts=('mesa' 'opencl-mesa' 'vulkan-intel' 'vulkan-radeon' 'libva-mesa-driver' 'mesa-vdpau' 'wayland<1.14.93')
url="http://mesa3d.sourceforge.net"
license=('custom')
source=('mesa::git://anongit.freedesktop.org/mesa/mesa'