upgpkg: tuned 2.24.0-1
upstream release
This commit is contained in:
parent
897c013335
commit
721a8fe264
2 changed files with 7 additions and 7 deletions
8
.SRCINFO
8
.SRCINFO
|
@ -1,7 +1,7 @@
|
||||||
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.23.0
|
pkgver = 2.24.0
|
||||||
pkgrel = 2
|
pkgrel = 1
|
||||||
url = https://github.com/redhat-performance/tuned
|
url = https://github.com/redhat-performance/tuned
|
||||||
arch = any
|
arch = any
|
||||||
license = GPL-2.0-or-later
|
license = GPL-2.0-or-later
|
||||||
|
@ -17,8 +17,8 @@ pkgbase = tuned
|
||||||
depends = python-linux-procfs
|
depends = python-linux-procfs
|
||||||
depends = python-perf
|
depends = python-perf
|
||||||
depends = python-pyudev
|
depends = python-pyudev
|
||||||
source = https://github.com/redhat-performance/tuned/archive/v2.23.0/tuned-2.23.0.tar.gz
|
source = https://github.com/redhat-performance/tuned/archive/v2.24.0/tuned-2.24.0.tar.gz
|
||||||
sha512sums = b7d95b17ab38ac944e6e5b8b4345ddf65120a03ebb73cdb1795525c237852a8fa4223dcef6ce28189874e5010c8076816bd3646fd7f700983f2449400a2057d8
|
sha512sums = d004cd621e26195fff14b39f29b2143cf47de09641454acd3029d61142c3d000a452f018356c84c32772bd99fc766f6ee847d2a8eddbde8ae34aaa0ecefa644e
|
||||||
|
|
||||||
pkgname = tuned
|
pkgname = tuned
|
||||||
install = tuned.install
|
install = tuned.install
|
||||||
|
|
6
PKGBUILD
6
PKGBUILD
|
@ -5,8 +5,8 @@
|
||||||
|
|
||||||
pkgbase=tuned
|
pkgbase=tuned
|
||||||
pkgname=("${pkgbase}" "${pkgbase}-ppd")
|
pkgname=("${pkgbase}" "${pkgbase}-ppd")
|
||||||
pkgver=2.23.0
|
pkgver=2.24.0
|
||||||
pkgrel=2
|
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')
|
||||||
url="https://github.com/redhat-performance/${pkgbase}"
|
url="https://github.com/redhat-performance/${pkgbase}"
|
||||||
|
@ -14,7 +14,7 @@ license=('GPL-2.0-or-later')
|
||||||
depends=('dbus-glib' 'ethtool' 'gawk' 'hdparm' 'polkit' 'python-configobj' 'python-dbus' 'python-gobject' 'python-linux-procfs' 'python-perf' 'python-pyudev')
|
depends=('dbus-glib' 'ethtool' 'gawk' 'hdparm' 'polkit' 'python-configobj' 'python-dbus' 'python-gobject' 'python-linux-procfs' 'python-perf' 'python-pyudev')
|
||||||
makedepends=('desktop-file-utils')
|
makedepends=('desktop-file-utils')
|
||||||
source=("https://github.com/redhat-performance/${pkgbase}/archive/v${pkgver}/${pkgbase}-${pkgver}.tar.gz")
|
source=("https://github.com/redhat-performance/${pkgbase}/archive/v${pkgver}/${pkgbase}-${pkgver}.tar.gz")
|
||||||
sha512sums=('b7d95b17ab38ac944e6e5b8b4345ddf65120a03ebb73cdb1795525c237852a8fa4223dcef6ce28189874e5010c8076816bd3646fd7f700983f2449400a2057d8')
|
sha512sums=('d004cd621e26195fff14b39f29b2143cf47de09641454acd3029d61142c3d000a452f018356c84c32772bd99fc766f6ee847d2a8eddbde8ae34aaa0ecefa644e')
|
||||||
|
|
||||||
prepare() {
|
prepare() {
|
||||||
cd "${pkgbase}-${pkgver}"
|
cd "${pkgbase}-${pkgver}"
|
||||||
|
|
Loading…
Reference in a new issue