Evangelos Foutras pushed to branch main at Arch Linux / Packaging / Packages / 
mesa


Commits:
fda0095d by Evangelos Foutras at 2023-08-26T23:43:56+03:00
upgpkg: 1:23.1.6-3: include pkgrel in version string

Include package release in version string so Chromium invalidates
its GPU cache; otherwise it can cause pages to render incorrectly.

https://bugs.launchpad.net/ubuntu/+source/chromium-browser/+bug/2020604

- - - - -


1 changed file:

- PKGBUILD


Changes:

=====================================
PKGBUILD
=====================================
@@ -17,7 +17,7 @@ pkgname=(
   'mesa'
 )
 pkgver=23.1.6
-pkgrel=2
+pkgrel=3
 epoch=1
 pkgdesc="An open-source implementation of the OpenGL specification"
 url="https://www.mesa3d.org/";
@@ -89,6 +89,11 @@ validpgpkeys=('8703B6700E7EE06D7A39B8D6EDAE37B02CEB490D'  # 
Emil Velikov <emil.l
 
 prepare() {
   cd mesa-$pkgver
+
+  # Include package release in version string so Chromium invalidates
+  # its GPU cache; otherwise it can cause pages to render incorrectly.
+  # https://bugs.launchpad.net/ubuntu/+source/chromium-browser/+bug/2020604
+  echo $pkgver-$pkgrel >VERSION
 }
 
 build() {



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/mesa/-/commit/fda0095de19599618c54ce56aca542ee6df1bc86

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/mesa/-/commit/fda0095de19599618c54ce56aca542ee6df1bc86
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to