summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGiovanni Santini2015-07-26 23:22:31 +0200
committerGiovanni Santini2015-07-26 23:22:31 +0200
commit872e32ecda4f765108f7805c283fbcf68034e87f (patch)
treea89e78ed71e7a6f63873e0f802ab02012dbb22dc
parent8480fbed7ff0d5e93802ccc8565ffe708022fb79 (diff)
downloadaur-872e32ecda4f765108f7805c283fbcf68034e87f.tar.gz
Fixing service file, waiting for upstream commits in an official release
-rw-r--r--.SRCINFO4
-rwxr-xr-xPKGBUILD4
-rwxr-xr-xyawlsd.service2
3 files changed, 6 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f294b5165f63..71308221a119 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = yawls
pkgdesc = Adjust the brightness level of your display by using the internal/external webcam of your notebook as an ambient light sensor
pkgver = 1.2.1
- pkgrel = 3
+ pkgrel = 4
url = https://launchpad.net/yawls
install = yawls.install
arch = any
@@ -26,7 +26,7 @@ pkgbase = yawls
source = yawlsd.service
md5sums = 75b4c2bbd20e27d36884608f4c13dde4
md5sums = SKIP
- md5sums = 71bee05eb02253016fc642d72fa68c16
+ md5sums = ae6497e82edd0e43914ebc72f1975fa0
pkgname = yawls
diff --git a/PKGBUILD b/PKGBUILD
index 5ab47181c671..26bc4e9abf14 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=yawls
pkgver=1.2.1
-pkgrel=3
+pkgrel=4
pkgdesc="Adjust the brightness level of your display by using the internal/external webcam of your notebook as an ambient light sensor"
url="https://launchpad.net/yawls"
arch=('any')
@@ -38,7 +38,7 @@ install=("$pkgname.install")
# Got from Launchpad downloads page: https://launchpad.net/yawls/+download
md5sums=('75b4c2bbd20e27d36884608f4c13dde4'
'SKIP'
- '71bee05eb02253016fc642d72fa68c16')
+ 'ae6497e82edd0e43914ebc72f1975fa0')
# Adding developer's GPG key for more checks
# Dominik Brämer: https://launchpad.net/~thedsweb (see 'OpenPGP keys')
diff --git a/yawlsd.service b/yawlsd.service
index 7938a13acfde..798a7f8232ec 100755
--- a/yawlsd.service
+++ b/yawlsd.service
@@ -1,5 +1,7 @@
[Unit]
Description=Adjust the brightness level of your display by using the internal/external webcam of your notebook as an ambient light sensor.
+Requires=logrotate.service
+After=logrotate.service
[Service]
Type=simple