diff options
author | Mark Wagie | 2022-10-14 13:33:53 -0600 |
---|---|---|
committer | Mark Wagie | 2022-10-14 13:33:53 -0600 |
commit | e7d49ec99e9f4aca8c3e71f5a50a8a9b56eac476 (patch) | |
tree | c638915ab9ee3b9ed0879ab638d306b3a0ae1971 /PKGBUILD | |
parent | 178064b46a43a2153d805ceac5d4145016f955d8 (diff) | |
download | aur-e7d49ec99e9f4aca8c3e71f5a50a8a9b56eac476.tar.gz |
fix typo
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -3,7 +3,7 @@ # Contributor: Timo Kramer <fw minus aur at timokramer dot de> pkgname=mullvad-vpn-cli pkgver=2022.5 -pkgrel=1 +pkgrel=2 pkgdesc="The Mullvad VPN CLI client" arch=('x86_64' 'aarch64') url="https://www.mullvad.net" @@ -109,7 +109,7 @@ package() { install -Dm644 dist-assets/relays.json -t "$pkgdir/opt/Mullvad VPN/resources/" # Install services - install -Dm644 dist-assets/linux/{mullvad{-daemon,-early-boot-blocking}} -t \ + install -Dm644 dist-assets/linux/mullvad{-daemon,-early-boot-blocking} -t \ "$pkgdir/usr/lib/systemd/system/" # Install completions |