[arch-commits] Commit in thermald/trunk (PKGBUILD)

Bruno Pagani archange at archlinux.org
Sun Jun 3 06:46:36 UTC 2018


    Date: Sunday, June 3, 2018 @ 06:46:35
  Author: archange
Revision: 338688

upgpkg: thermald 1.7.2-1

Modified:
  thermald/trunk/PKGBUILD

----------+
 PKGBUILD |   16 +++++++---------
 1 file changed, 7 insertions(+), 9 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-06-03 06:46:16 UTC (rev 338687)
+++ PKGBUILD	2018-06-03 06:46:35 UTC (rev 338688)
@@ -2,7 +2,7 @@
 
 pkgname=thermald
 _pkgname=thermal_daemon
-pkgver=1.7.1
+pkgver=1.7.2
 pkgrel=1
 pkgdesc="The Linux Thermal Daemon program from 01.org"
 arch=('x86_64')
@@ -13,16 +13,17 @@
 backup=('etc/thermald/thermal-conf.xml')
 source=(${pkgname}-${pkgver}.tar.gz::"https://github.com/01org/${_pkgname}/archive/v${pkgver}.tar.gz"
         'modules-load-thermald.conf')
-sha256sums=('c4465d9312304b879908289e2e9da7417e88151c1529dff42acb8e3fb6aa4f47'
+sha256sums=('2b180301b99508e7f340138c40ccbfd8a35055d707e71c81ab9a177fccda4695'
             '0155e1eb459306d251a5a049ffc6c11e144fa8caa75901ac5fa20bd52e05d515')
 
 build() {
   cd ${_pkgname}-${pkgver}
   ./autogen.sh
-  ./configure --prefix=/usr \
-              --sysconfdir=/etc \
-              --localstatedir=/var \
-              --sbindir=/usr/bin
+  ./configure \
+    --prefix=/usr \
+    --sysconfdir=/etc \
+    --localstatedir=/var \
+    --sbindir=/usr/bin
   make
 }
 
@@ -32,7 +33,4 @@
   make DESTDIR="${pkgdir}" install
 
   install -Dm644 "${srcdir}"/modules-load-thermald.conf "${pkgdir}"/usr/lib/modules-load.d/thermald.conf
-
-  # Remove Upstart related files
-  rm -r "${pkgdir}/etc/init"
 }



More information about the arch-commits mailing list