Skip to content

Commit bc57187

Browse files
committed
src/main.sh, PKGBUILD: Bump up version to 1.25.4.
1 parent 77e6638 commit bc57187

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

PKGBUILD

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
pkgname='flux'
2-
pkgver='1.25.3'
2+
pkgver='1.25.4'
33
pkgrel='1'
44
pkgdesc='Advanced daemon for X11 desktops and window managers, designed to automatically limit FPS/CPU usage of unfocused windows and run commands on focus and unfocus events. Written in Bash and partially in C.'
55
arch=('any')
@@ -22,6 +22,7 @@ depends=(
2222
'libx11'
2323
'libxext'
2424
'xorgproto'
25+
'less'
2526
)
2627
optdepends=(
2728
'mangohud: support for FPS limits'

src/main.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ unset temp_envvar_line \
1616
envvar_name
1717

1818
# Version of daemon shown from 'parse_options()' if '--version' is specified
19-
daemon_version='1.25.3'
19+
daemon_version='1.25.4'
2020

2121
# Set X11 display if not set
2222
if [[ -z "$DISPLAY" ]]; then

0 commit comments

Comments
 (0)