corrected some typos

This commit is contained in:
Lone_Wolf 2020-03-05 21:51:53 +01:00
parent 5e041ee425
commit b421544cb8
2 changed files with 11 additions and 12 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.120096.286141197da pkgver = 20.1.0_devel.120682.2d32248f49e
pkgrel = 1 pkgrel = 1
url = https://www.mesa3d.org url = https://www.mesa3d.org
arch = x86_64 arch = x86_64
@ -39,14 +39,13 @@ 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.120096.286141197da-1 provides = mesa=20.1.0_devel.120682.2d32248f49e-1
provides = vulkan-intel=20.1.0_devel.120096.286141197da-1 provides = vulkan-intel=20.1.0_devel.120682.2d32248f49e-1
provides = vulkan-radeon=20.1.0_devel.120096.286141197da-1 provides = vulkan-radeon=20.1.0_devel.120682.2d32248f49e-1
provides = vulkan-mesa-layer=20.1.0_devel.120096.286141197da-1 provides = vulkan-mesa-layer=20.1.0_devel.120682.2d32248f49e-1
provides = libva-mesa-driver=20.1.0_devel.120096.286141197da-1 provides = libva-mesa-driver=20.1.0_devel.120682.2d32248f49e-1
provides = mesa-vdpau=20.1.0_devel.120096.286141197da-1 provides = mesa-vdpau=20.1.0_devel.120682.2d32248f49e-1
provides = vulkan-driver provides = vulkan-driver
provides = opencl-
provides = opengl-driver provides = opengl-driver
provides = opencl-driver provides = opencl-driver
conflicts = mesa conflicts = mesa

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.120096.286141197da pkgver=20.1.0_devel.120682.2d32248f49e
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 opencl- opengl-driver opencl-driver) 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)
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')
@ -34,10 +34,10 @@ sha512sums=('SKIP'
# NINJAFLAGS is an env var used to pass commandline options to ninja # NINJAFLAGS is an env var used to pass commandline options to ninja
# NOTE: It's your responbility to validate the value of $NINJAFLAGS. If unsure, don't set it. # NOTE: It's your responbility to validate the value of $NINJAFLAGS. If unsure, don't set it.
# MESA_WHICH_LLVM is an environment variable used to determine which llvm package tree is used to built mesa-git against. # MESA_WHICH_LLVM is an environment variable that determines which llvm package tree is used to built mesa-git against.
# Adding a line to ~/.bashrc that sets this value is the simplest way to ensure a specific choice. # Adding a line to ~/.bashrc that sets this value is the simplest way to ensure a specific choice.
# #
# NOTE: Aur helpers have trouble with this method, check the sticky comments on mesa-git aur page . # NOTE: Aur helpers don't handle this method well, check the sticky comments on mesa-git aur page .
# #
# 1: llvm-minimal-git (aur) preferred value # 1: llvm-minimal-git (aur) preferred value
# 2: AUR llvm-git # 2: AUR llvm-git