summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorQue Quotion2017-04-07 23:25:05 +0900
committerQue Quotion2017-04-07 23:25:05 +0900
commit8409ed70c73deef6d73086fcaad758526a3eeb5b (patch)
tree95c07419c08c6e32be8a6c07a319c0af67a1f30e
parent08f3af0c8d75131534ffcf212c8858443c2a70a1 (diff)
downloadaur-8409ed70c73deef6d73086fcaad758526a3eeb5b.tar.gz
Logging reduced upstream; new -v / --verbose comman-line option!
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b6f0b766576d..fec3b283648c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Tue Mar 28 22:14:07 UTC 2017
+# Fri Apr 7 14:24:11 UTC 2017
pkgbase = indicator-sensors-git
pkgdesc = Small application to provide hardware sensor readings using the AppIndicator framework (git version)
pkgver = 0.8.r28.gd267b5c
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/alexmurray/indicator-sensors
install = indicator-sensors.install
arch = i686
diff --git a/PKGBUILD b/PKGBUILD
index 41691d295df8..d76176c2fc65 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=indicator-sensors-git
pkgver=0.8.r28.gd267b5c
-pkgrel=2
+pkgrel=3
pkgdesc="Small application to provide hardware sensor readings using the AppIndicator framework (git version)"
arch=('i686' 'x86_64')
url="https://github.com/alexmurray/indicator-sensors"
@@ -31,7 +31,7 @@ prepare() {
#Cleanup indicator menu (remove "about" and "quit")
patch -Np2 < ../menu-cleanup.patch
- patch -Np2 < ../reduce-logging.patch
+ #patch -Np2 < ../reduce-logging.patch
}
build() {