From 6a87388bee4278ca1f43a77edcc8c170fd5d5f41 Mon Sep 17 00:00:00 2001 From: NoName Date: Mon, 16 Mar 2015 18:35:22 +0100 Subject: [PATCH 1/2] Corrected reference to "source" file. --- contrib/archlinux/ebusd/PKGBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/archlinux/ebusd/PKGBUILD b/contrib/archlinux/ebusd/PKGBUILD index b65a39ec..589b12dc 100644 --- a/contrib/archlinux/ebusd/PKGBUILD +++ b/contrib/archlinux/ebusd/PKGBUILD @@ -17,7 +17,7 @@ provides=('ebusd') install=ebusd.install options=() backup=('etc/conf.d/ebusd') -source=("https://github.com/john30/ebusd/archive/v${_pkgver}.tar.gz" 'ebusd.service' 'ebusd') +source=("https://github.com/john30/ebusd/archive/v${_pkgver}.tar.gz" 'ebusd.service' 'ebusd_conf.d') build() { cd "${srcdir}"/${pkgname}-${_pkgver} From 6a3c525a62c624bde046a314822d2a7f2fe3fc02 Mon Sep 17 00:00:00 2001 From: NoName Date: Mon, 16 Mar 2015 18:42:21 +0100 Subject: [PATCH 2/2] Updated MD5 hashes --- contrib/archlinux/ebusd/PKGBUILD | 3 +++ 1 file changed, 3 insertions(+) diff --git a/contrib/archlinux/ebusd/PKGBUILD b/contrib/archlinux/ebusd/PKGBUILD index 589b12dc..135abf92 100644 --- a/contrib/archlinux/ebusd/PKGBUILD +++ b/contrib/archlinux/ebusd/PKGBUILD @@ -36,3 +36,6 @@ package() { install -d "${pkgdir}"/etc/conf.d install -m 0644 ../ebusd_conf.d "${pkgdir}"/etc/conf.d/ebusd } +md5sums=('1f3e61dcf54467a108d8b9b059bc641f' + '15b2fdb0a219fae6feecd539e8823864' + 'a2b4d5557fd90ea30e04358da62597fb')