summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMark Wagie2022-02-15 22:14:59 -0700
committerMark Wagie2022-02-15 22:14:59 -0700
commit6063fa2e6db927076af18e79acbae698c8347014 (patch)
tree1750d072e7347bec8ff5202a63975a7be06cb6f9 /PKGBUILD
parent51c39ba7bcbaa4a7a87676f8ec5ec8df9d6b5b66 (diff)
downloadaur-6063fa2e6db927076af18e79acbae698c8347014.tar.gz
fix build with glibc 2.35
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index f179749d6b64..88e03df457cd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -12,13 +12,13 @@ _rel=1
pkgver=${_pkgver}.${_channel}${_rel}
# stable
#pkgver=${_pkgver}.${_channel}
-pkgrel=1
+pkgrel=2
pkgdesc="The Mullvad VPN client app for desktop (beta channel)"
arch=('x86_64')
url="https://www.mullvad.net"
license=('GPL3')
depends=('iputils' 'libnotify' 'libappindicator-gtk3' 'nss')
-makedepends=('cargo' 'git' 'go' 'npm')
+makedepends=('cargo' 'git' 'go' 'npm' 'libxcrypt-compat')
provides=("${pkgname%-beta}")
conflicts=("${pkgname%-beta}")
options=('!lto')