diff --git a/tuned/.SRCINFO b/tuned/.SRCINFO index 9f308e1..0462747 100644 --- a/tuned/.SRCINFO +++ b/tuned/.SRCINFO @@ -1,7 +1,7 @@ pkgbase = tuned pkgdesc = Daemon that performs monitoring and adaptive configuration of devices in the system - pkgver = 2.22.0 - pkgrel = 3 + pkgver = 2.22.1 + pkgrel = 1 url = https://github.com/redhat-performance/tuned arch = any license = GPL @@ -18,8 +18,8 @@ pkgbase = tuned depends = python-perf depends = python-pyudev options = !emptydirs - source = https://github.com/redhat-performance/tuned/archive/v2.22.0/tuned-2.22.0.tar.gz - sha512sums = 653f946e8eff57eaa7e26b05c9215d60c8dcec6760b4a41a2855328e86b65f4dcbc0b2fd7d9f9355d00aae93f601c035a38d4e1611f30cb5003b417e31bea4dc + source = https://github.com/redhat-performance/tuned/archive/v2.22.1/tuned-2.22.1.tar.gz + sha512sums = 160b1cab5477d84a0da89f584fe646b32162527a138d9b5957799c5f26598b98449733040710133a1c5bdd5588eee72549131ff163e777a105fc24e92edc6d8f pkgname = tuned install = tuned.install diff --git a/tuned/PKGBUILD b/tuned/PKGBUILD index 62194d7..41a2468 100644 --- a/tuned/PKGBUILD +++ b/tuned/PKGBUILD @@ -5,8 +5,8 @@ pkgbase=tuned pkgname=("${pkgbase}" "${pkgbase}-ppd") -pkgver=2.22.0 -pkgrel=3 +pkgver=2.22.1 +pkgrel=1 pkgdesc='Daemon that performs monitoring and adaptive configuration of devices in the system' arch=('any') 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') options=('!emptydirs') source=("https://github.com/redhat-performance/${pkgbase}/archive/v${pkgver}/${pkgbase}-${pkgver}.tar.gz") -sha512sums=('653f946e8eff57eaa7e26b05c9215d60c8dcec6760b4a41a2855328e86b65f4dcbc0b2fd7d9f9355d00aae93f601c035a38d4e1611f30cb5003b417e31bea4dc') +sha512sums=('160b1cab5477d84a0da89f584fe646b32162527a138d9b5957799c5f26598b98449733040710133a1c5bdd5588eee72549131ff163e777a105fc24e92edc6d8f') prepare() { cd "${pkgbase}-${pkgver}"