From 73d42114a7bee855aa23f57985f27987ef69783d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Milan=20P=2E=20Stani=C4=87?= Date: Fri, 29 Dec 2023 15:34:42 +0000 Subject: [PATCH] testing/mesa-asahi: fix depends ib glapi subpackage close: #15623 --- testing/mesa-asahi/APKBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/testing/mesa-asahi/APKBUILD b/testing/mesa-asahi/APKBUILD index 124fcc28558..3a472ce6e01 100644 --- a/testing/mesa-asahi/APKBUILD +++ b/testing/mesa-asahi/APKBUILD @@ -6,7 +6,7 @@ url="https://gitlab.freedesktop.org/asahi/mesa" _asahiver=20231213 _commit=asahi-$_asahiver pkgver=24.0.0_pre$_asahiver -pkgrel=0 +pkgrel=1 arch="aarch64" license="MIT SGI-B-2.0 BSL-1.0" subpackages=" @@ -174,7 +174,7 @@ gl() { glapi() { pkgdesc="Mesa shared glapi" - replaces="$pkgname-gles=$pkgver-r$pkgrel" + depends="mesa-asahi=$pkgver-r$pkgrel" provides="mesa-glapi" replaces="mesa-glapi"