From a37541b6617e13101c37398c94234d623a2c0875 Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Fri, 21 Dec 2018 17:31:37 -0800 Subject: Fixed path | Fixed init/conf mime type --- PKGBUILD | 7 ++++--- acpid.confd | Bin 139 -> 153 bytes acpid.initd | Bin 323 -> 438 bytes 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/PKGBUILD b/PKGBUILD index e810629..96a8f03 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -5,9 +5,10 @@ # # I maintain this because: # system version uses /usr/sbin +# system version sets the conf as executable pkgname=acpid-openrc -pkgver=20181217 +pkgver=20181221 pkgrel=1 pkgdesc="OpenRC acpid init script" arch=('any') @@ -19,8 +20,8 @@ conflicts=('systemd-sysvcompat') backup=('etc/conf.d/acpid') source=("acpid.confd" "acpid.initd") -sha256sums=('328913101f06a80b36eead6a258f310cb4e560405f0f45e25a6655381cc40e4c' - '853b28de64ef921ed077f5713ddf98a807927fd2d0c05752d7049d6b7e08420e') +sha256sums=('3755d4eb8bb64a1304e5defedb949305ac550565da36fe4f94d5f31beee821ba' + 'd8ab3f84431957e1c320944fa8d5af83d37af893ba63e120552049def9f63828') # pkgver() { # date +%Y%m%d diff --git a/acpid.confd b/acpid.confd index 0240eb4..9aadb4c 100644 Binary files a/acpid.confd and b/acpid.confd differ diff --git a/acpid.initd b/acpid.initd index 14c7a61..9389854 100644 Binary files a/acpid.initd and b/acpid.initd differ -- cgit v1.2.1