diff --git a/contrib/archlinux/ebusd/PKGBUILD b/contrib/archlinux/ebusd/PKGBUILD index b65a39ec..135abf92 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} @@ -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')