Skip to content
Snippets Groups Projects
Unverified Commit 96f8084b authored by Oliver Smith's avatar Oliver Smith
Browse files

main/postmarketos-ui-sxmo-de-dwm: set provider_priority=5 (MR 3597)

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
parent 04250e1e
No related branches found
No related tags found
No related merge requests found
......@@ -2,7 +2,7 @@
# Maintainer: Miles Alan <m@milesalan.com>
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() {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment