upgpkg: tuned 2.22.1-1
upstream release
This commit is contained in:
parent
cd96c6dbd4
commit
bc2f5024db
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.22.0
|
pkgver = 2.22.1
|
||||||
pkgrel = 3
|
pkgrel = 1
|
||||||
url = https://github.com/redhat-performance/tuned
|
url = https://github.com/redhat-performance/tuned
|
||||||
arch = any
|
arch = any
|
||||||
license = GPL
|
license = GPL
|
||||||
|
@ -18,8 +18,8 @@ pkgbase = tuned
|
||||||
depends = python-perf
|
depends = python-perf
|
||||||
depends = python-pyudev
|
depends = python-pyudev
|
||||||
options = !emptydirs
|
options = !emptydirs
|
||||||
source = https://github.com/redhat-performance/tuned/archive/v2.22.0/tuned-2.22.0.tar.gz
|
source = https://github.com/redhat-performance/tuned/archive/v2.22.1/tuned-2.22.1.tar.gz
|
||||||
sha512sums = 653f946e8eff57eaa7e26b05c9215d60c8dcec6760b4a41a2855328e86b65f4dcbc0b2fd7d9f9355d00aae93f601c035a38d4e1611f30cb5003b417e31bea4dc
|
sha512sums = 160b1cab5477d84a0da89f584fe646b32162527a138d9b5957799c5f26598b98449733040710133a1c5bdd5588eee72549131ff163e777a105fc24e92edc6d8f
|
||||||
|
|
||||||
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.22.0
|
pkgver=2.22.1
|
||||||
pkgrel=3
|
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}"
|
||||||
|
@ -15,7 +15,7 @@ depends=('dbus-glib' 'ethtool' 'gawk' 'hdparm' 'polkit' 'python-configobj' 'pyth
|
||||||
makedepends=('desktop-file-utils')
|
makedepends=('desktop-file-utils')
|
||||||
options=('!emptydirs')
|
options=('!emptydirs')
|
||||||
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=('653f946e8eff57eaa7e26b05c9215d60c8dcec6760b4a41a2855328e86b65f4dcbc0b2fd7d9f9355d00aae93f601c035a38d4e1611f30cb5003b417e31bea4dc')
|
sha512sums=('160b1cab5477d84a0da89f584fe646b32162527a138d9b5957799c5f26598b98449733040710133a1c5bdd5588eee72549131ff163e777a105fc24e92edc6d8f')
|
||||||
|
|
||||||
prepare() {
|
prepare() {
|
||||||
cd "${pkgbase}-${pkgver}"
|
cd "${pkgbase}-${pkgver}"
|
||||||
|
|
Loading…
Reference in a new issue