Add depends to subpackages

This commit is contained in:
2026-04-23 11:46:50 +02:00
parent c1fe3c1c9b
commit 6e56dd1e6c

View File

@@ -96,6 +96,9 @@ package() {
}
systemd() {
pkgdesc="systemd service files for Mullvad VPN"
depends="$pkgname=$pkgver-r$pkgrel"
install -m755 -D "$startdir/mullvadvpn-app/dist-assets/linux/mullvad-daemon.service" \
"$subpkgdir"/usr/lib/systemd/system/mullvad-daemon.service
@@ -104,6 +107,9 @@ systemd() {
}
suid() {
pkgdesc="mullvad-exclude cli for split tunneling"
depends="$pkgname=$pkgver-r$pkgrel"
install -m4755 -D "$_cargo_target_dir/$CHOST/release/mullvad-exclude" \
"$subpkgdir"/usr/bin/mullvad-exclude
}