Skip to content
Snippets Groups Projects
Verified Commit 5b1bbeab authored by Jan Alexander Steffens (heftig)'s avatar Jan Alexander Steffens (heftig)
Browse files

23.1.6-3: include pkgrel in version string

parent 4c6a9c66
No related branches found
No related tags found
No related merge requests found
......@@ -17,7 +17,7 @@ pkgname=(
'lib32-mesa'
)
pkgver=23.1.6
pkgrel=2
pkgrel=3
epoch=1
pkgdesc="An open-source implementation of the OpenGL specification (32-bit)"
url="https://www.mesa3d.org/"
......@@ -80,6 +80,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() {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment