Version 2.8.0
This commit is contained in:
parent
51eb3c5f34
commit
527ec4c432
2 changed files with 6 additions and 6 deletions
8
.SRCINFO
8
.SRCINFO
|
@ -1,8 +1,8 @@
|
|||
# Generated by mksrcinfo v8
|
||||
# Sat Mar 11 23:05:15 UTC 2017
|
||||
# Thu Apr 27 17:41:50 UTC 2017
|
||||
pkgbase = tuned
|
||||
pkgdesc = Daemon that performs monitoring and adaptive configuration of devices in the system
|
||||
pkgver = 2.7.1
|
||||
pkgver = 2.8.0
|
||||
pkgrel = 1
|
||||
url = https://fedorahosted.org/tuned/
|
||||
install = tuned.install
|
||||
|
@ -20,8 +20,8 @@ pkgbase = tuned
|
|||
optdepends = virt-what
|
||||
optdepends = systemtap
|
||||
backup = etc/tuned/active_profile
|
||||
source = https://jskarvad.fedorapeople.org/tuned/download/tuned-2.7.1.tar.bz2
|
||||
sha256sums = 03333eda9f3744ec214b1c20d0f79528a6438dafd5c79ff459b411414491802d
|
||||
source = https://jskarvad.fedorapeople.org/tuned/download/tuned-2.8.0.tar.bz2
|
||||
sha256sums = 3da453af1d1f13ac46966499b1f1373cf3718bdb3207f82aca8b66e894e69bc7
|
||||
|
||||
pkgname = tuned
|
||||
|
||||
|
|
4
PKGBUILD
4
PKGBUILD
|
@ -4,7 +4,7 @@
|
|||
# Contributor: Tom <reztho at archlinux dot org>
|
||||
|
||||
pkgname=tuned
|
||||
pkgver=2.7.1
|
||||
pkgver=2.8.0
|
||||
pkgrel=1
|
||||
pkgdesc='Daemon that performs monitoring and adaptive configuration of devices in the system'
|
||||
arch=('any')
|
||||
|
@ -16,7 +16,7 @@ makedepends=('git')
|
|||
backup=('etc/tuned/active_profile')
|
||||
install="${pkgname}.install"
|
||||
source=("https://jskarvad.fedorapeople.org/${pkgname}/download/${pkgname}-${pkgver}.tar.bz2")
|
||||
sha256sums=('03333eda9f3744ec214b1c20d0f79528a6438dafd5c79ff459b411414491802d')
|
||||
sha256sums=('3da453af1d1f13ac46966499b1f1373cf3718bdb3207f82aca8b66e894e69bc7')
|
||||
|
||||
package() {
|
||||
cd "${pkgname}-${pkgver}"
|
||||
|
|
Loading…
Reference in a new issue