main/postmarketos-ui-sway: fix typo in depends (MR 5497)
Was looking by chance at the build status page and noticed images
failing for sway.
The cause is a typo introduced (missing "n") in the depends for
`networkmanager-openrc` with a22d0b0e03
.
Signed-off-by: Robert Eckelmann <longnoserob@postmarketos.org>
[ci:skip-build]: already built successfully in CI
This commit is contained in:
parent
2ab7cbaf27
commit
6161f370ab
|
@ -2,7 +2,7 @@
|
|||
# Maintainer: Oliver Smith <ollieparanoid@postmarketos.org>
|
||||
pkgname=postmarketos-ui-sway
|
||||
pkgver=3.1
|
||||
pkgrel=6
|
||||
pkgrel=7
|
||||
pkgdesc="(Wayland) Tiling WM, drop-in replacement for i3wm (DOES NOT RUN WITHOUT HW ACCELERATION!)"
|
||||
url="https://postmarketos.org"
|
||||
arch="noarch"
|
||||
|
@ -54,7 +54,7 @@ openrc() {
|
|||
bluez-openrc
|
||||
elogind-openrc
|
||||
modemmanager-openrc
|
||||
networkmanager-operc
|
||||
networkmanager-openrc
|
||||
seatd-openrc
|
||||
tinydm-openrc
|
||||
"
|
||||
|
|
Loading…
Reference in New Issue
Block a user