[arch-commits] Commit in i8kmon/trunk (PKGBUILD i8kmon.service)

Eric Bélanger eric at archlinux.org
Sun Oct 28 01:10:52 UTC 2012


    Date: Saturday, October 27, 2012 @ 21:10:52
  Author: eric
Revision: 169763

upgpkg: i8kmon 1.33-5

Fix systemd unit file (close FS#30964), Update url (close FS#27330)

Modified:
  i8kmon/trunk/PKGBUILD
  i8kmon/trunk/i8kmon.service

----------------+
 PKGBUILD       |    6 +++---
 i8kmon.service |    2 +-
 2 files changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2012-10-28 00:53:22 UTC (rev 169762)
+++ PKGBUILD	2012-10-28 01:10:52 UTC (rev 169763)
@@ -4,10 +4,10 @@
 
 pkgname=i8kmon
 pkgver=1.33
-pkgrel=4
+pkgrel=5
 pkgdesc="Tk-based daemon for i8kutils and Dell Inspiron/Latitude notebooks"
 arch=('any')
-url="http://people.debian.org/~dz/i8k/"
+url="http://packages.qa.debian.org/i/i8kutils.html"
 license=('GPL2')
 depends=('i8kutils' 'tk')
 backup=('etc/i8kutils/i8kmon.conf' 'etc/conf.d/i8kmon')
@@ -16,7 +16,7 @@
 sha1sums=('2701697dfe9c0e351cb412badd14fbf8191838c3'
           'a7ead36e31d27d85a257242847e316ea85a2426f'
           'a3a38c19f1af4bfc59ac8c88cadfa2e6ee185a4c'
-          '9bac507e1ea80a240b01f07dded8a9a9fa406789')
+          '5c20f5241de7e60b46117269f4e867b08734cdc8')
 
 build() {
   cd "$srcdir/i8kutils-$pkgver"

Modified: i8kmon.service
===================================================================
--- i8kmon.service	2012-10-28 00:53:22 UTC (rev 169762)
+++ i8kmon.service	2012-10-28 01:10:52 UTC (rev 169763)
@@ -3,7 +3,7 @@
 ConditionPathExists=/proc/i8k
 
 [Service]
-ExecStart=/usr/bin/i8kmon -nd
+ExecStart=/usr/bin/i8kmon -d
 
 [Install]
 WantedBy=multi-user.target




More information about the arch-commits mailing list