Update to version 2.7.1
This commit is contained in:
parent
5a9b3b7e3b
commit
cab411550f
2 changed files with 6 additions and 6 deletions
8
.SRCINFO
8
.SRCINFO
|
@ -1,8 +1,8 @@
|
||||||
# Generated by mksrcinfo v8
|
# Generated by mksrcinfo v8
|
||||||
# Wed Jul 13 19:39:08 UTC 2016
|
# Tue Jan 24 10:29:55 UTC 2017
|
||||||
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.6.0
|
pkgver = 2.7.1
|
||||||
pkgrel = 1
|
pkgrel = 1
|
||||||
url = https://fedorahosted.org/tuned/
|
url = https://fedorahosted.org/tuned/
|
||||||
install = tuned.install
|
install = tuned.install
|
||||||
|
@ -21,8 +21,8 @@ pkgbase = tuned
|
||||||
optdepends = systemtap
|
optdepends = systemtap
|
||||||
provides = tuned
|
provides = tuned
|
||||||
backup = etc/tuned/active_profile
|
backup = etc/tuned/active_profile
|
||||||
source = https://fedorahosted.org/releases/t/u/tuned/tuned-2.6.0.tar.bz2
|
source = https://fedorahosted.org/releases/t/u/tuned/tuned-2.7.1.tar.bz2
|
||||||
sha256sums = 945c785b8020960d2665b570b3168c366e6b82399801952aea54b4d178dac876
|
sha256sums = 03333eda9f3744ec214b1c20d0f79528a6438dafd5c79ff459b411414491802d
|
||||||
|
|
||||||
pkgname = tuned
|
pkgname = tuned
|
||||||
|
|
||||||
|
|
4
PKGBUILD
4
PKGBUILD
|
@ -3,7 +3,7 @@
|
||||||
# Contributor: Tom <reztho at archlinux dot org>
|
# Contributor: Tom <reztho at archlinux dot org>
|
||||||
|
|
||||||
pkgname=tuned
|
pkgname=tuned
|
||||||
pkgver=2.6.0
|
pkgver=2.7.1
|
||||||
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 @@ provides=('tuned')
|
||||||
backup=('etc/tuned/active_profile')
|
backup=('etc/tuned/active_profile')
|
||||||
install="${pkgname}.install"
|
install="${pkgname}.install"
|
||||||
source=("https://fedorahosted.org/releases/t/u/${pkgname}/${pkgname}-${pkgver}.tar.bz2")
|
source=("https://fedorahosted.org/releases/t/u/${pkgname}/${pkgname}-${pkgver}.tar.bz2")
|
||||||
sha256sums=('945c785b8020960d2665b570b3168c366e6b82399801952aea54b4d178dac876')
|
sha256sums=('03333eda9f3744ec214b1c20d0f79528a6438dafd5c79ff459b411414491802d')
|
||||||
|
|
||||||
package() {
|
package() {
|
||||||
cd ${pkgname}-${pkgver}
|
cd ${pkgname}-${pkgver}
|
||||||
|
|
Loading…
Reference in a new issue