Version 2.18.0
This commit is contained in:
parent
558f58d6fa
commit
42f0040946
2 changed files with 5 additions and 5 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.17.0
|
pkgver = 2.18.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
|
||||||
|
@ -21,7 +21,7 @@ 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.17.0.tar.gz
|
source = https://github.com/redhat-performance/tuned/archive/v2.18.0.tar.gz
|
||||||
sha256sums = 0f936c4c2e90d724c4b87c2b661dad340607ccb1b0f453d06143e6b6b0d2a650
|
sha256sums = b00c92cc21fa8595e95aba95042e7f590ea4146328491a655936a811e2590d80
|
||||||
|
|
||||||
pkgname = tuned
|
pkgname = tuned
|
||||||
|
|
4
PKGBUILD
4
PKGBUILD
|
@ -4,7 +4,7 @@
|
||||||
# Contributor: Tom <reztho at archlinux dot org>
|
# Contributor: Tom <reztho at archlinux dot org>
|
||||||
|
|
||||||
pkgname=tuned
|
pkgname=tuned
|
||||||
pkgver=2.17.0
|
pkgver=2.18.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=('0f936c4c2e90d724c4b87c2b661dad340607ccb1b0f453d06143e6b6b0d2a650')
|
sha256sums=('b00c92cc21fa8595e95aba95042e7f590ea4146328491a655936a811e2590d80')
|
||||||
|
|
||||||
prepare() {
|
prepare() {
|
||||||
cd "${pkgname}-${pkgver}"
|
cd "${pkgname}-${pkgver}"
|
||||||
|
|
Loading…
Reference in a new issue