Skip to content

Commit 5ccb73a

Browse files
committed
PKGBUILD: Bump up version to 1.20.9, update package() to adopt it for changes in repository.
1 parent ce206fb commit 5ccb73a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

PKGBUILD

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
pkgname='flux'
2-
pkgver='1.20.8'
2+
pkgver='1.20.9'
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 C++.'
55
arch=('any')
@@ -42,5 +42,5 @@ package(){
4242
cd "${srcdir}/${pkgname}-${pkgver}"
4343
PREFIX="${pkgdir}/usr" make install
4444
mkdir -p "${pkgdir}/etc/security/limits.d"
45-
install -Dm644 'src/10-flux-rtprio.conf' "${pkgdir}/etc/security/limits.d/10-flux-rtprio.conf"
45+
install -Dm644 '10-flux.conf' "${pkgdir}/etc/security/limits.d/"
4646
}

0 commit comments

Comments
 (0)