Fix review comments
This commit is contained in:
@@ -1,23 +1,15 @@
|
||||
maintainer="Joakim Hulthe <joakim@hulthe.net>"
|
||||
pkgname=mullvad-vpn-daemon
|
||||
pkgver=2026.2_beta1
|
||||
pkgrel=1
|
||||
pkgrel=0
|
||||
pkgdesc="Mullvad VPN client (daemon and CLI)"
|
||||
url="https://mullvad.net/"
|
||||
# Mullvad depends on old versions of the `nix` library
|
||||
# which are broken on on loongarch64 and s390x
|
||||
arch="all !loongarch64 !s390x"
|
||||
license="GPL-3-or-later"
|
||||
depends="
|
||||
dbus
|
||||
libmnl
|
||||
libnftnl
|
||||
"
|
||||
license="GPL-3.0-or-later"
|
||||
makedepends="
|
||||
build-base
|
||||
cargo-auditable
|
||||
rust
|
||||
pkgconfig
|
||||
git
|
||||
protobuf-dev
|
||||
dbus-dev
|
||||
@@ -27,7 +19,6 @@ makedepends="
|
||||
install="
|
||||
$pkgname.pre-upgrade
|
||||
$pkgname.pre-deinstall
|
||||
$pkgname.post-deinstall
|
||||
$pkgname-systemd.post-install
|
||||
$pkgname-systemd.post-upgrade
|
||||
$pkgname-systemd.pre-deinstall
|
||||
|
||||
Reference in New Issue
Block a user