aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFollieHiyuki <folliekazetani@protonmail.com>2022-09-04 10:11:03 +0700
committerMichał Polański <michal@polanski.me>2022-09-05 02:12:57 +0200
commit057bb3b105ce4ce1e02831fc3c549c8b526be536 (patch)
tree0c79b67d8396aa9328108f5a2768bf3127aeaf0a
parente6fa1761b723ae7cf64e0397de1b9ab8829bc13b (diff)
community/sway: don't depend on swaybg
There are other wallpaper setters in aports that also work on sway.
-rw-r--r--community/sway/APKBUILD3
1 files changed, 1 insertions, 2 deletions
diff --git a/community/sway/APKBUILD b/community/sway/APKBUILD
index 4f1d756fc0a..c9e5156f20c 100644
--- a/community/sway/APKBUILD
+++ b/community/sway/APKBUILD
@@ -4,13 +4,12 @@
# Maintainer: Michał Polański <michal@polanski.me>
pkgname=sway
pkgver=1.7
-pkgrel=3
+pkgrel=4
pkgdesc="i3 compatible window manager for Wayland"
url="https://swaywm.org"
arch="all"
license="MIT"
options="!check" # no test suite
-depends="swaybg"
makedepends="cairo-dev
gdk-pixbuf-dev
json-c-dev