diff --git a/fastfetch/alr.sh b/fastfetch/alr.sh index 4c432c3..cf86e10 100644 --- a/fastfetch/alr.sh +++ b/fastfetch/alr.sh @@ -1,5 +1,5 @@ name='fastfetch' -version='2.21.3' +version='2.22.0' release='1' desc='Fastfetch is a neofetch-like tool for fetching system information and displaying them in a pretty way. It is written mainly in C, with performance and customizability in mind. Currently, Linux, Android, FreeBSD, MacOS and Windows 7+ are supported.' homepage='https://github.com/fastfetch-cli/fastfetch' diff --git a/gamemode-lib32/alr.sh b/gamemode-lib32/alr.sh index f961460..ef57275 100644 --- a/gamemode-lib32/alr.sh +++ b/gamemode-lib32/alr.sh @@ -1,6 +1,6 @@ name='gamemode-lib32' version='1.8.2' -release='1' +release='2' desc='A daemon/lib combo that allows games to request a set of optimisations be temporarily applied to the host OS' homepage='https://github.com/FeralInteractive/gamemode' maintainer="Евгений Храмов " @@ -25,6 +25,7 @@ build_deps=( 'glibc-devel(x86-32)' 'libstdc++-devel(x86-32)' 'dbus-libs(x86-32)' + 'systemd-devel(x86-32)' 'meson' 'appstream' ) diff --git a/gamemode/alr.sh b/gamemode/alr.sh index 8780d92..eca995e 100644 --- a/gamemode/alr.sh +++ b/gamemode/alr.sh @@ -1,6 +1,6 @@ name='gamemode' version='1.8.2' -release='1' +release='2' desc='A daemon/lib combo that allows games to request a set of optimisations be temporarily applied to the host OS' homepage='https://github.com/FeralInteractive/gamemode' maintainer="Евгений Храмов " @@ -29,6 +29,7 @@ build_deps=( 'appstream' 'dbus-devel' 'inih-devel' + 'systemd-devel' ) sources=("git+https://github.com/FeralInteractive/gamemode.git#tag=v${version}")