cleaned up provides

This commit is contained in:
Lone_Wolf 2020-04-06 16:48:29 +02:00
parent 9ade7c8055
commit 8cbe1940a7
2 changed files with 9 additions and 9 deletions

View File

@ -1,6 +1,6 @@
pkgbase = mesa-git pkgbase = mesa-git
pkgdesc = an open-source implementation of the OpenGL specification, git version pkgdesc = an open-source implementation of the OpenGL specification, git version
pkgver = 20.1.0_devel.120873.70349a2252a pkgver = 20.1.0_devel.121982.dbdd0149ed5
pkgrel = 1 pkgrel = 1
url = https://www.mesa3d.org url = https://www.mesa3d.org
arch = x86_64 arch = x86_64
@ -39,12 +39,12 @@ pkgbase = mesa-git
depends = zstd depends = zstd
depends = llvm-libs=9.0.1 depends = llvm-libs=9.0.1
optdepends = opengl-man-pages: for the OpenGL API man pages optdepends = opengl-man-pages: for the OpenGL API man pages
provides = mesa=20.1.0_devel.120873.70349a2252a-1 provides = mesa
provides = vulkan-intel=20.1.0_devel.120873.70349a2252a-1 provides = vulkan-intel
provides = vulkan-radeon=20.1.0_devel.120873.70349a2252a-1 provides = vulkan-radeon
provides = vulkan-mesa-layer=20.1.0_devel.120873.70349a2252a-1 provides = vulkan-mesa-layer
provides = libva-mesa-driver=20.1.0_devel.120873.70349a2252a-1 provides = libva-mesa-driver
provides = mesa-vdpau=20.1.0_devel.120873.70349a2252a-1 provides = mesa-vdpau
provides = vulkan-driver provides = vulkan-driver
provides = opengl-driver provides = opengl-driver
provides = opencl-driver provides = opencl-driver

View File

@ -11,7 +11,7 @@
pkgname=mesa-git pkgname=mesa-git
pkgdesc="an open-source implementation of the OpenGL specification, git version" pkgdesc="an open-source implementation of the OpenGL specification, git version"
pkgver=20.1.0_devel.120873.70349a2252a pkgver=20.1.0_devel.121982.dbdd0149ed5
pkgrel=1 pkgrel=1
arch=('x86_64') arch=('x86_64')
makedepends=('git' 'python-mako' 'xorgproto' makedepends=('git' 'python-mako' 'xorgproto'
@ -20,7 +20,7 @@ makedepends=('git' 'python-mako' 'xorgproto'
depends=('libdrm' 'libxxf86vm' 'libxdamage' 'libxshmfence' 'libelf' depends=('libdrm' 'libxxf86vm' 'libxdamage' 'libxshmfence' 'libelf'
'libomxil-bellagio' 'libunwind' 'libglvnd' 'wayland' 'lm_sensors' 'libclc' 'glslang' 'vulkan-icd-loader' 'zstd') 'libomxil-bellagio' 'libunwind' 'libglvnd' 'wayland' 'lm_sensors' 'libclc' 'glslang' 'vulkan-icd-loader' 'zstd')
optdepends=('opengl-man-pages: for the OpenGL API man pages') optdepends=('opengl-man-pages: for the OpenGL API man pages')
provides=(mesa=$pkgver-$pkgrel vulkan-intel=$pkgver-$pkgrel vulkan-radeon=$pkgver-$pkgrel vulkan-mesa-layer=$pkgver-$pkgrel libva-mesa-driver=$pkgver-$pkgrel mesa-vdpau=$pkgver-$pkgrel vulkan-driver opengl-driver opencl-driver) provides=('mesa' 'vulkan-intel' 'vulkan-radeon' 'vulkan-mesa-layer' 'libva-mesa-driver' 'mesa-vdpau' 'vulkan-driver' 'opengl-driver' 'opencl-driver')
conflicts=('mesa' 'opencl-mesa' 'vulkan-intel' 'vulkan-radeon' 'vulkan-mesa-layer' 'libva-mesa-driver' 'mesa-vdpau') conflicts=('mesa' 'opencl-mesa' 'vulkan-intel' 'vulkan-radeon' 'vulkan-mesa-layer' 'libva-mesa-driver' 'mesa-vdpau')
url="https://www.mesa3d.org" url="https://www.mesa3d.org"
license=('custom') license=('custom')