mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-02-16 23:57:11 +00:00
extra/irqbalance to 1.6.0-1
This commit is contained in:
parent
d26b2a26a2
commit
3c952244fd
1 changed files with 3 additions and 3 deletions
|
@ -6,8 +6,8 @@
|
|||
# - removed dependency on numactl
|
||||
|
||||
pkgname=irqbalance
|
||||
pkgver=1.5.0
|
||||
pkgrel=2
|
||||
pkgver=1.6.0
|
||||
pkgrel=1
|
||||
pkgdesc="IRQ balancing daemon for SMP systems"
|
||||
arch=('x86_64')
|
||||
url="https://github.com/irqbalance/irqbalance"
|
||||
|
@ -16,7 +16,7 @@ backup=('etc/irqbalance.env')
|
|||
depends=('glib2' 'libcap-ng' 'systemd-libs')
|
||||
makedepends=('systemd')
|
||||
source=("$pkgname-$pkgver.tar.gz::https://github.com/${pkgname}/${pkgname}/archive/v$pkgver.tar.gz")
|
||||
sha512sums=('343421fd533d7d161fd05a0edfadaddf1da6ced854a19e9f10ea6c12b97b2ef1629aad855214d9700d31d056bb816bf3ec90cdf7c643a1b6e8af1de5befa64f5')
|
||||
sha512sums=('ce89dc41eb3aab5950a56b4b1c817aae5e87eaa84bc69bf88618caf53386513e488bb0b4724a600ae175c96be509367cfc418c7f85531007f80e02f7de549b16')
|
||||
|
||||
prepare() {
|
||||
cd "$pkgname-$pkgver"
|
||||
|
|
Loading…
Reference in a new issue