From bd0569a337ef9117341d1d1cc2b004df38072c16 Mon Sep 17 00:00:00 2001 From: David P Date: Tue, 19 Jul 2022 17:04:37 -0400 Subject: Update openrc init scripts urls and add their depends as runtime dependencies By putting their dependencies inside their respective package() function, those deps are not installed at build, hence allowing me to build them indenpendently of openrc Signed-off-by: David P --- nonsystemd/wpa_supplicant-openrc/PKGBUILD | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'nonsystemd/wpa_supplicant-openrc/PKGBUILD') diff --git a/nonsystemd/wpa_supplicant-openrc/PKGBUILD b/nonsystemd/wpa_supplicant-openrc/PKGBUILD index 042de615c..12e75c0f3 100644 --- a/nonsystemd/wpa_supplicant-openrc/PKGBUILD +++ b/nonsystemd/wpa_supplicant-openrc/PKGBUILD @@ -1,15 +1,15 @@ -# Maintainer: artoo +# Maintainer: David P. +# Maintainer (Artix): artoo pkgname=wpa_supplicant-openrc pkgver=20210505 pkgrel=1 pkgdesc="OpenRC wpa_supplicant init script" arch=('any') -url="https://gitea.artixlinux.org/artixlinux/packages-openrc" +url="https://gitea.artixlinux.org/packagesW/wpa_supplicant-openrc" license=('GPL2') groups=('openrc-system') provides=('init-wpa_supplicant') -depends=('openrc' 'wpa_supplicant') conflicts=('init-wpa_supplicant') backup=('etc/conf.d/wpa_supplicant') source=("wpa_supplicant.confd" @@ -20,6 +20,7 @@ sha256sums=('27833f60a091464612e74e6171cc98c3e3f994e2fde0ccc4535dd0d84ed041fa' '300d0b54280c2582e74f78087edad3b0da19b9e4e0440f7f320f523a46da8373') package() { + depends=('openrc' 'wpa_supplicant') install -Dm755 "${srcdir}"/wpa_supplicant.initd "${pkgdir}"/etc/init.d/wpa_supplicant install -Dm644 "${srcdir}"/wpa_supplicant.confd "${pkgdir}"/etc/conf.d/wpa_supplicant -- cgit v1.2.3