From 67eb31effd4723526993f9d52c8c7251105b2de3 Mon Sep 17 00:00:00 2001 From: Oliver Smith Date: Tue, 14 May 2019 16:14:38 +0200 Subject: [PATCH] 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 --- temp/mesa/APKBUILD | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/temp/mesa/APKBUILD b/temp/mesa/APKBUILD index 5e1925270..c0838a0a2 100644 --- a/temp/mesa/APKBUILD +++ b/temp/mesa/APKBUILD @@ -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"