Compare commits

..

No commits in common. "68db67cc62b161ff5bf8301aca294e28412fcb0e" and "6258865f96919472de308431351e45cc1068bcbc" have entirely different histories.

2 changed files with 6 additions and 6 deletions

View file

@ -1,6 +1,6 @@
pkgbase = tuned
pkgdesc = Daemon that performs monitoring and adaptive configuration of devices in the system
pkgver = 2.20.0
pkgver = 2.19.0
pkgrel = 1
url = https://github.com/redhat-performance/tuned
install = tuned.install
@ -21,7 +21,7 @@ pkgbase = tuned
optdepends = virt-what: For use with virtual machines
optdepends = systemtap: Disk and net statistic monitoring systemtap scripts
backup = etc/tuned/active_profile
source = https://github.com/redhat-performance/tuned/archive/v2.20.0/tuned-2.20.0.tar.gz
sha256sums = df32ac7a25f2c413cc39368c8cfaf1d11bf75be14efd0944ecafad8a369e486c
source = https://github.com/redhat-performance/tuned/archive/v2.19.0.tar.gz
sha256sums = 3cb2aeb9ecebd66a1a1c3aaff9589f5c5402201d16f7caa01acf0b9374ed8724
pkgname = tuned

View file

@ -4,7 +4,7 @@
# Contributor: Tom <reztho at archlinux dot org>
pkgname=tuned
pkgver=2.20.0
pkgver=2.19.0
pkgrel=1
pkgdesc='Daemon that performs monitoring and adaptive configuration of devices in the system'
arch=('any')
@ -15,8 +15,8 @@ optdepends=('virt-what: For use with virtual machines' 'systemtap: Disk and net
makedepends=('desktop-file-utils')
backup=('etc/tuned/active_profile')
install="${pkgname}.install"
source=("https://github.com/redhat-performance/${pkgname}/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz")
sha256sums=('df32ac7a25f2c413cc39368c8cfaf1d11bf75be14efd0944ecafad8a369e486c')
source=("https://github.com/redhat-performance/${pkgname}/archive/v${pkgver}.tar.gz")
sha256sums=('3cb2aeb9ecebd66a1a1c3aaff9589f5c5402201d16f7caa01acf0b9374ed8724')
prepare() {
cd "${pkgname}-${pkgver}"