Fixed error in pkgver when building for staging/23.2

This commit is contained in:
Reza Jahanbakhshi 2023-07-19 12:35:42 +02:00
parent 48328e67c1
commit 11cf00d943
2 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
pkgbase = mesa-git pkgbase = mesa-git
pkgdesc = an open-source implementation of the OpenGL specification, git version pkgdesc = an open-source implementation of the OpenGL specification, git version
pkgver = 23.3.0_devel.174140.0dc961645c4.d41d8cd pkgver = 23.3.0_devel.174362.a944a8eba93.d41d8cd
pkgrel = 1 pkgrel = 1
url = https://www.mesa3d.org url = https://www.mesa3d.org
arch = x86_64 arch = x86_64

View File

@ -12,7 +12,7 @@
pkgname=mesa-git pkgname=mesa-git
pkgdesc="an open-source implementation of the OpenGL specification, git version" pkgdesc="an open-source implementation of the OpenGL specification, git version"
pkgver=23.3.0_devel.174140.0dc961645c4.d41d8cd pkgver=23.3.0_devel.174362.a944a8eba93.d41d8cd
pkgrel=1 pkgrel=1
arch=('x86_64') arch=('x86_64')
makedepends=('git' 'python-mako' 'xorgproto' makedepends=('git' 'python-mako' 'xorgproto'
@ -82,7 +82,7 @@ esac
pkgver() { pkgver() {
cd mesa cd mesa
local _ver local _ver
read -r _ver <VERSION _ver=$(<VERSION)
local _patchver local _patchver
local _patchfile local _patchfile