temp/mesa: bump pkgrel
Fix up for !359: the pkgrel was not bumped, and because the real mesa version was stored in _pkgver instead of pkgver (which is set to 9999), this means that the APKBUILD has exactly the same version as before. So pmbootstrap will not try to build it, resulting in a missing mesa-dri-lima package and general confusion. See also: https://gitlab.com/postmarketOS/pmaports/merge_requests/359#note_170054969
This commit is contained in:
parent
85dfee5b75
commit
67eb31effd
1 changed files with 4 additions and 1 deletions
|
@ -1,8 +1,11 @@
|
|||
# Forked from Alpine, so we can upgrade the version and build etnaviv and tegra
|
||||
# ---
|
||||
# Remember to increase pkgrel after changing _pkgver!
|
||||
# ---
|
||||
pkgname=mesa
|
||||
pkgver=9999
|
||||
_pkgver=19.1.0-rc1
|
||||
pkgrel=2
|
||||
pkgrel=3
|
||||
pkgdesc="[${_pkgver}] Mesa DRI OpenGL library"
|
||||
url="https://www.mesa3d.org"
|
||||
arch="armhf armv7 aarch64"
|
||||
|
|
Loading…
Reference in a new issue