David Runge pushed to branch main at Arch Linux / Packaging / Packages / 
irqbalance


Commits:
cd5aa9c0 by David Runge at 2025-12-09T13:45:03+01:00
upgpkg: 1.9.5-2

Rebuild to fix issues with configuration file location.

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
 pkgbase = irqbalance
        pkgdesc = IRQ balancing daemon for SMP systems
        pkgver = 1.9.5
-       pkgrel = 1
+       pkgrel = 2
        url = https://github.com/irqbalance/irqbalance
        arch = x86_64
        license = GPL-2.0-only


=====================================
PKGBUILD
=====================================
@@ -4,7 +4,7 @@
 
 pkgname=irqbalance
 pkgver=1.9.5
-pkgrel=1
+pkgrel=2
 pkgdesc="IRQ balancing daemon for SMP systems"
 arch=(x86_64)
 url="https://github.com/irqbalance/irqbalance";
@@ -49,4 +49,8 @@ package() {
 
   meson install -C build --destdir "$pkgdir"
   install -vDm 644 $pkgname-$pkgver/{AUTHORS,README.md} -t 
"$pkgdir/usr/share/doc/$pkgname/"
+
+  install -vdm 755 "$pkgdir/etc/default/"
+  mv -v "$pkgdir/usr/etc/default/$pkgname.env" "$pkgdir/etc/default/$pkgname"
+  rm -rv "$pkgdir/usr/etc/"
 }



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/irqbalance/-/commit/cd5aa9c0fa53998a37f46894dc283e6fe11e6452

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/irqbalance/-/commit/cd5aa9c0fa53998a37f46894dc283e6fe11e6452
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to