Version 2.14.0
This commit is contained in:
parent
259aaaf08b
commit
3e87249e98
2 changed files with 6 additions and 6 deletions
6
.SRCINFO
6
.SRCINFO
|
@ -1,6 +1,6 @@
|
||||||
pkgbase = tuned
|
pkgbase = tuned
|
||||||
pkgdesc = Daemon that performs monitoring and adaptive configuration of devices in the system
|
pkgdesc = Daemon that performs monitoring and adaptive configuration of devices in the system
|
||||||
pkgver = 2.13.0
|
pkgver = 2.14.0
|
||||||
pkgrel = 1
|
pkgrel = 1
|
||||||
url = https://github.com/redhat-performance/tuned
|
url = https://github.com/redhat-performance/tuned
|
||||||
install = tuned.install
|
install = tuned.install
|
||||||
|
@ -23,8 +23,8 @@ pkgbase = tuned
|
||||||
optdepends = virt-what: For use with virtual machines
|
optdepends = virt-what: For use with virtual machines
|
||||||
optdepends = systemtap: Disk and net statistic monitoring systemtap scripts
|
optdepends = systemtap: Disk and net statistic monitoring systemtap scripts
|
||||||
backup = etc/tuned/active_profile
|
backup = etc/tuned/active_profile
|
||||||
source = https://github.com/redhat-performance/tuned/archive/v2.13.0.tar.gz
|
source = https://github.com/redhat-performance/tuned/archive/v2.14.0.tar.gz
|
||||||
sha256sums = 528b34ef0d2c219def11cea8bd8dbba83dce04adb78ab4b78ef65cf63885496d
|
sha256sums = 2a36aea3115c7f50faf05b1a34218eeab6d61c808056cb6625cc20d0fcf2c74c
|
||||||
|
|
||||||
pkgname = tuned
|
pkgname = tuned
|
||||||
|
|
||||||
|
|
6
PKGBUILD
6
PKGBUILD
|
@ -1,10 +1,10 @@
|
||||||
# Maintainer: Manuel Hüsers <manuel.huesers@uni-ol.de>
|
# Maintainer: Manuel Hüsers <aur@huesers.de>
|
||||||
# Contributor: Iwan Timmer <irtimmer@gmail.com>
|
# Contributor: Iwan Timmer <irtimmer@gmail.com>
|
||||||
# Contributor: Timothée Ravier <tim at siosm dot fr>
|
# Contributor: Timothée Ravier <tim at siosm dot fr>
|
||||||
# Contributor: Tom <reztho at archlinux dot org>
|
# Contributor: Tom <reztho at archlinux dot org>
|
||||||
|
|
||||||
pkgname=tuned
|
pkgname=tuned
|
||||||
pkgver=2.13.0
|
pkgver=2.14.0
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
pkgdesc='Daemon that performs monitoring and adaptive configuration of devices in the system'
|
pkgdesc='Daemon that performs monitoring and adaptive configuration of devices in the system'
|
||||||
arch=('any')
|
arch=('any')
|
||||||
|
@ -16,7 +16,7 @@ makedepends=('desktop-file-utils')
|
||||||
backup=('etc/tuned/active_profile')
|
backup=('etc/tuned/active_profile')
|
||||||
install="${pkgname}.install"
|
install="${pkgname}.install"
|
||||||
source=("https://github.com/redhat-performance/${pkgname}/archive/v${pkgver}.tar.gz")
|
source=("https://github.com/redhat-performance/${pkgname}/archive/v${pkgver}.tar.gz")
|
||||||
sha256sums=('528b34ef0d2c219def11cea8bd8dbba83dce04adb78ab4b78ef65cf63885496d')
|
sha256sums=('2a36aea3115c7f50faf05b1a34218eeab6d61c808056cb6625cc20d0fcf2c74c')
|
||||||
|
|
||||||
package() {
|
package() {
|
||||||
cd "${pkgname}-${pkgver}"
|
cd "${pkgname}-${pkgver}"
|
||||||
|
|
Loading…
Reference in a new issue