From ba525643db123f3cc03b909b6712253426620269 Mon Sep 17 00:00:00 2001 From: Omar Vega Ramos Date: Mon, 22 Feb 2016 03:52:06 -0500 Subject: thermald-1.5.2-1: updating version --- pcr/thermald/PKGBUILD | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) (limited to 'pcr/thermald') diff --git a/pcr/thermald/PKGBUILD b/pcr/thermald/PKGBUILD index f17c32ffe..f77cf44f6 100644 --- a/pcr/thermald/PKGBUILD +++ b/pcr/thermald/PKGBUILD @@ -1,14 +1,15 @@ -# Maintainer (Arch): hadrons123 +# Maintainer (Arch): Bruno Pagani (a.k.a. ArchangeGabriel) +# Contributor (Arch): hadrons123 # Contributor (Arch): WonderWoofy ,wallnuss # Maintainer: Omar Vega Ramos pkgname=thermald _pkgname=thermal_daemon -pkgver=1.4.3 +pkgver=1.5.2 pkgrel=1 pkgdesc="The Linux Thermal Daemon program from 01.org" arch=('i686' 'x86_64') -url='https://github.com/01org/thermal_daemon' +url="https://github.com/01org/${_pkgname}" license=('GPL2') makedepends=('systemd') depends=('dbus-glib>=0.94' 'libxml2>=2.4') @@ -17,13 +18,15 @@ conflicts=('thermald') provides=('thermald') source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/v${pkgver}.tar.gz" 'modules-load-thermald.conf') -sha256sums=('566595eb2c56679d463be5a65d612de90968248054122bb390d0bc902ba7b762' - '0155e1eb459306d251a5a049ffc6c11e144fa8caa75901ac5fa20bd52e05d515') +sha512sums=('3c12e8ada88074f70ee9f72179b43b93613f7a3039e757018c7406ca1858206372dce022a902bd7e196153ff48fd36810567720f8a256772f2175288de0dce1f' + '3aff2d9cf1396f8dd165addfebfd1f7354051c6f7e1bfbd920fde05d402d9315eecc9bcbf19bd3f45b54b3cea6b421ba002b76540865f227e0a3d1ebdf655824') + build() { cd "${_pkgname}-${pkgver}" ./autogen.sh ./configure --prefix=/usr \ --sysconfdir=/etc \ + --localstatedir=/var \ --sbindir=/usr/bin make } -- cgit v1.2.2