Merge branch 'refs/heads/devel'

This commit is contained in:
Евгений Храмов 2024-08-26 11:36:09 +03:00
commit eca11012aa
3 changed files with 5 additions and 3 deletions

@ -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'

@ -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="Евгений Храмов <xpamych@yandex.ru>"
@ -25,6 +25,7 @@ build_deps=(
'glibc-devel(x86-32)'
'libstdc++-devel(x86-32)'
'dbus-libs(x86-32)'
'systemd-devel(x86-32)'
'meson'
'appstream'
)

@ -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="Евгений Храмов <xpamych@yandex.ru>"
@ -29,6 +29,7 @@ build_deps=(
'appstream'
'dbus-devel'
'inih-devel'
'systemd-devel'
)
sources=("git+https://github.com/FeralInteractive/gamemode.git#tag=v${version}")