summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorWèi Cōngruì2018-04-01 11:23:37 +0000
committerWèi Cōngruì2018-04-01 11:23:37 +0000
commit2c7a01ea34691e46c59ad369a8a34dacf12b7d31 (patch)
tree8e144b8b65cf59732196339be7771591821846f3
parent5e0206398dee6551bac44079e9c68d42fb1bec76 (diff)
downloadaur-2c7a01ea34691e46c59ad369a8a34dacf12b7d31.tar.gz
1.51lw-2
-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..f0014fb763e4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = pommed-light
pkgdesc = Handles the hotkeys of Apple MacBook (Pro) laptops - lightweight edition
pkgver = 1.51lw
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/bytbox/pommed-light
install = pommed-light.install
arch = i686
@@ -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..d7630c5aebc5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@
pkgname=pommed-light
pkgver=1.51lw
-pkgrel=1
+pkgrel=2
pkgdesc="Handles the hotkeys of Apple MacBook (Pro) laptops - lightweight edition"
arch=('i686' 'x86_64')
url="https://github.com/bytbox/pommed-light"
@@ -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