From 96f8084bcd914d713e06b65d2fb611e1c701671a Mon Sep 17 00:00:00 2001 From: Oliver Smith Date: Thu, 27 Oct 2022 20:25:31 +0200 Subject: [PATCH] main/postmarketos-ui-sxmo-de-dwm: set provider_priority=5 (MR 3597) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit apk treats provider_priority=0 as if it is not there, not as lowest value. The previous patch set it to =10 for …-sxmo-de-sway, so set it to =5 for the dwm version. Related: https://gitlab.alpinelinux.org/alpine/apk-tools/-/blob/c21f61ddd8d742e4de2202aa623b0c06573f567b/src/solver.c#L713-721 --- main/postmarketos-ui-sxmo-de-dwm/APKBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/main/postmarketos-ui-sxmo-de-dwm/APKBUILD b/main/postmarketos-ui-sxmo-de-dwm/APKBUILD index dc22ca674..227c999c3 100644 --- a/main/postmarketos-ui-sxmo-de-dwm/APKBUILD +++ b/main/postmarketos-ui-sxmo-de-dwm/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Miles Alan pkgname=postmarketos-ui-sxmo-de-dwm pkgver=1.11.0 -pkgrel=0 +pkgrel=1 pkgdesc="Simple Mobile: Mobile environment based on SXMO and running on dwm" url="http://sr.ht/~mil/Sxmo" arch="noarch !armhf" @@ -50,7 +50,7 @@ _pmb_recommends=" xcalc " provides="postmarketos-ui-sxmo" -provider_priority=0 +provider_priority=5 options="!check" # has no tests package() {