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:
Oliver Smith 2019-05-14 16:14:38 +02:00
parent 85dfee5b75
commit 67eb31effd
No known key found for this signature in database
GPG key ID: 5AE7F5513E0885CB

View file

@ -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"