Skip to content

Commit

Permalink
Add version string
Browse files Browse the repository at this point in the history
  • Loading branch information
BoukeHaarsma23 committed Sep 7, 2023
1 parent 4dd53d8 commit 9d47c3c
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
5 changes: 5 additions & 0 deletions lib32-mesa/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,11 @@ validpgpkeys=('8703B6700E7EE06D7A39B8D6EDAE37B02CEB490D' # Emil Velikov <emil.l
prepare() {
cd mesa-$_mesaver

# 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 "$epoch:$pkgver-$pkgrel" >VERSION

local src
for src in "${source[@]}"; do
src="${src%%::*}"
Expand Down
5 changes: 5 additions & 0 deletions mesa/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,11 @@ validpgpkeys=('8703B6700E7EE06D7A39B8D6EDAE37B02CEB490D' # Emil Velikov <emil.l
prepare() {
cd mesa-$_mesaver

# 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 "$epoch:$pkgver-$pkgrel" >VERSION

local src
for src in "${source[@]}"; do
src="${src%%::*}"
Expand Down

0 comments on commit 9d47c3c

Please sign in to comment.