diff options
author | Cormac Stephenson <c7s@kasku.net> | 2022-01-24 15:06:52 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2022-01-25 07:49:46 +0000 |
commit | c043bf91bbc00e3a184b88953f4312e9ad96d688 (patch) | |
tree | 5a30f01be1de402cb6bf68ddf421c3fc0f879fe0 | |
parent | 8b1fcdeecc730f821a33dc6e323e22232d95473f (diff) | |
download | aports-c043bf91bbc00e3a184b88953f4312e9ad96d688.tar.gz aports-c043bf91bbc00e3a184b88953f4312e9ad96d688.tar.bz2 aports-c043bf91bbc00e3a184b88953f4312e9ad96d688.tar.xz |
main/mesa: fix spelling in pkgdesc
-rw-r--r-- | main/mesa/APKBUILD | 4 |
1 files 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) |