~alpine/aports

main/mesa: fix spelling in pkgdesc v2 APPLIED

Cormac Stephenson <c7s@kasku.net>
Cormac Stephenson: 1
 main/mesa: fix spelling in pkgdesc

 1 files changed, 2 insertions(+), 2 deletions(-)
Export patchset (mbox)
How do I use this?

Copy & paste the following snippet into your terminal to import this patchset into git:

curl -s https://lists.alpinelinux.org/~alpine/aports/patches/3900/mbox | git am -3
Learn more about email & git

[PATCH v2] main/mesa: fix spelling in pkgdesc Export this patch

Cormac Stephenson <c7s@kasku.net>
---
v2: bump pkgrel
 main/mesa/APKBUILD | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/main/mesa/APKBUILD b/main/mesa/APKBUILD
index 04bafd9f05..8f43e99256 100644
--- a/main/mesa/APKBUILD
+++ b/main/mesa/APKBUILD
@@ -1,7 +1,7 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=mesa
pkgver=21.3.4
pkgrel=0
pkgrel=1
pkgdesc="Mesa DRI OpenGL library"
url="https://www.mesa3d.org"
arch="all"
@@ -311,7 +311,7 @@ _vulkan() {
}

_vulkan_layers() {
	pkgdesc="collectin of vulkan layers from mesa"
	pkgdesc="collection of vulkan layers from mesa"
	depends="python3"

	# Remove this after the release of the next stable (3.14)
-- 
2.34.1