summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
-rw-r--r--pommed.service1
3 files changed, 5 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 61529004238c..562f73ab511b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = pommed-light
pkgdesc = Handles the hotkeys of Apple MacBook (Pro) laptops - lightweight edition
- pkgver = 1.51lw
+ pkgver = 1.52lw
pkgrel = 1
url = https://github.com/bytbox/pommed-light
install = pommed-light.install
@@ -17,7 +17,7 @@ pkgbase = pommed-light
source = https://github.com/bytbox/pommed-light/archive/v1.51lw.tar.gz
source = pommed.service
sha256sums = 18b18a2a1b557d31c871059464123435b752615880e0fad085212f01d7099187
- sha256sums = 00b53ee256fb18e45be255f396b6a015d05b26c08785cd291fbd768cfc076c80
+ sha256sums = 22cc70a00e995d3f42b08b2ac5c44f7acadeaa5b8bd287863d3e51b115a1151e
pkgname = pommed-light
diff --git a/PKGBUILD b/PKGBUILD
index 341c8f24f58b..35d0200d9836 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@
# Contributor: jordi Cerdan (jcerdan) <jcerdan@tecob.com>
pkgname=pommed-light
-pkgver=1.51lw
+pkgver=1.52lw
pkgrel=1
pkgdesc="Handles the hotkeys of Apple MacBook (Pro) laptops - lightweight edition"
arch=('i686' 'x86_64')
@@ -21,7 +21,7 @@ optdepends=('eject: disc ejection support')
source=(https://github.com/bytbox/${pkgname}/archive/v${pkgver}.tar.gz pommed.service)
dfname="${pkgname}-${pkgver}"
sha256sums=('18b18a2a1b557d31c871059464123435b752615880e0fad085212f01d7099187'
- '00b53ee256fb18e45be255f396b6a015d05b26c08785cd291fbd768cfc076c80')
+ '22cc70a00e995d3f42b08b2ac5c44f7acadeaa5b8bd287863d3e51b115a1151e')
build() {
cd ${srcdir}/${dfname}
diff --git a/pommed.service b/pommed.service
index c7ee721de54a..c739ff75222f 100644
--- a/pommed.service
+++ b/pommed.service
@@ -4,6 +4,7 @@ Description=Pommed Apple Hotkeys Daemon
[Service]
User=root
ExecStart=/usr/bin/pommed -f
+Restart=always
[Install]
WantedBy=multi-user.target