diff options
author | Leo <thinkabit.ukim@gmail.com> | 2020-11-08 20:24:45 -0300 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2020-11-09 20:17:22 +0000 |
commit | dc4afe5dd254f5bc1e0934eb87e812144cbcd955 (patch) | |
tree | 78740f4e4170a05c9eab35dad1f471ac0ddbea5c | |
parent | 1a46b1da8c8fa07585f43892ec5f967f1fbed616 (diff) |
community/*: rebuild against libwlroots.so.7
-rw-r--r-- | community/cage/APKBUILD | 2 | ||||
-rw-r--r-- | community/phoc/APKBUILD | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/community/cage/APKBUILD b/community/cage/APKBUILD index ebeefd02882..7697ef0429b 100644 --- a/community/cage/APKBUILD +++ b/community/cage/APKBUILD @@ -2,7 +2,7 @@ # Contributor: Will Sinatra <wpsinatra@gmail.com> pkgname=cage pkgver=0.1.2.1 -pkgrel=1 +pkgrel=2 pkgdesc="A Wayland Kiosk" url="https://www.hjdskes.nl/projects/cage/" options="!check" # no test suite diff --git a/community/phoc/APKBUILD b/community/phoc/APKBUILD index 88c545589ca..adff0b341f9 100644 --- a/community/phoc/APKBUILD +++ b/community/phoc/APKBUILD @@ -3,7 +3,7 @@ # Maintainer: Rasmus Thomsen <oss@cogitri.dev> pkgname=phoc pkgver=0.4.4 -pkgrel=1 +pkgrel=2 pkgdesc="wlroots based Phone compositor for the Phosh shell" arch="all !s390x" # no wlroots url="https://source.puri.sm/Librem5/phoc" |