summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorChris Lea2021-07-03 21:40:02 -0700
committerChris Lea2021-07-03 21:40:02 -0700
commit38c909f6b566b32dceb31903aa5ceb320bad114e (patch)
tree926fc6a3bfcdbcb960ef8d807550e496a0c4db84 /PKGBUILD
parent45483e08174cea8b6dd15f641f344a31c694fdb3 (diff)
downloadaur-38c909f6b566b32dceb31903aa5ceb320bad114e.tar.gz
Use variable in description.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index a3d5a4c1738e..4cf6c8cd5ca5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ _pkgname=openvpn
crypto_library=mbedtls
pkgver=2.5.3
pkgrel=2
-pkgdesc='An easy-to-use, robust and highly configurable VPN (Virtual Private Network), linked against the mbedtls library for crypto support.'
+pkgdesc="An easy-to-use, robust and highly configurable VPN (Virtual Private Network), linked against the ${crypto_library} library for crypto support."
arch=('x86_64' 'armv7h' 'aarch64')
url='https://openvpn.net/index.php/open-source.html'
depends=('lzo' 'lz4' 'iproute2' 'systemd-libs' "${crypto_library}")