diff options
author | Luca Weiss <luca@z3ntu.xyz> | 2022-10-15 11:52:42 +0200 |
---|---|---|
committer | alice <alice@ayaya.dev> | 2022-10-15 17:44:55 +0000 |
commit | 33524788d05255c9e9e39f68d9abc6754714bc71 (patch) | |
tree | fda9fb141a518ab9c52ffefd57880dfc38238754 | |
parent | 00b444b09e68a9a0869072a7c4245565b2013471 (diff) |
community/rofi-wayland: enable s390x & riscv64
-rw-r--r-- | community/rofi-wayland/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/rofi-wayland/APKBUILD b/community/rofi-wayland/APKBUILD index 338a27bab54..cfefb08a2b8 100644 --- a/community/rofi-wayland/APKBUILD +++ b/community/rofi-wayland/APKBUILD @@ -8,7 +8,7 @@ _pkgver="${pkgver%_p*}+wayland${pkgver#*_p}" pkgrel=0 pkgdesc="Window switcher, run dialog and dmenu replacement - fork with wayland support" url="https://github.com/lbonn/rofi" -arch="all !s390x !riscv64" # limited by librsvg -> rust +arch="all" license="MIT" depends="!rofi rofi-themes>=${pkgver%.*}" makedepends=" |