Skip to content

Commit

Permalink
Revert "Bring epoch in line with upstream package"
Browse files Browse the repository at this point in the history
This reverts commit b2e0b29.
  • Loading branch information
BoukeHaarsma23 committed Nov 30, 2023
1 parent b2e0b29 commit 7830f85
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions lib32-mesa/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ pkgname=(
_mesaver=23.2.1
pkgver=${_mesaver//-/.}.chos1
pkgrel=2
epoch=1
pkgdesc="An open-source implementation of the OpenGL specification (32-bit)"
url="https://www.mesa3d.org/"
arch=('x86_64')
Expand Down Expand Up @@ -89,7 +88,7 @@ prepare() {
# 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-chos$epoch.$pkgrel" >VERSION
echo "$pkgver-$pkgrel" >VERSION

local src
for src in "${source[@]}"; do
Expand Down
3 changes: 1 addition & 2 deletions mesa/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ pkgname=(
_mesaver=23.2.1
pkgver=${_mesaver//-/.}.chos1
pkgrel=2
epoch=1
pkgdesc="An open-source implementation of the OpenGL specification"
url="https://www.mesa3d.org/"
arch=('x86_64')
Expand Down Expand Up @@ -98,7 +97,7 @@ prepare() {
# 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-chos$epoch.$pkgrel" >VERSION
echo "$pkgver-$pkgrel" >VERSION

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

0 comments on commit 7830f85

Please sign in to comment.