diff options
Diffstat (limited to 'pcr')
-rw-r--r-- | pcr/thermald/PKGBUILD | 13 |
1 files changed, 8 insertions, 5 deletions
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 <piruthiviraj at gmail dot com> +# Maintainer (Arch): Bruno Pagani (a.k.a. ArchangeGabriel) <bruno.n.pagani at gmail dot com> +# Contributor (Arch): hadrons123 <piruthiviraj at gmail dot com> # Contributor (Arch): WonderWoofy <sugar.and.scruffy@gmail.com>,wallnuss <v dot churavy at gmail dot com> # Maintainer: Omar Vega Ramos <ovruni@gnu.org.pe> 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 } |