summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorStanislaw Datskevich2016-09-22 13:25:42 +0300
committerStanislaw Datskevich2016-09-22 13:25:42 +0300
commit2f4c1b780146abe14ef230246d0b04825a74fd85 (patch)
tree16491f90e161ba8131fe5caee707c1c0888b19f3
parentf9a577ab285b3b3058bf2f3ec7464238d3c84185 (diff)
downloadaur-2f4c1b780146abe14ef230246d0b04825a74fd85.tar.gz
Fixed typo
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e7a228195708..358489ab6707 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -11,13 +11,13 @@
pkgname=strongswan-pkcs11
pkgver=5.5.0
-pkgrel=3
+pkgrel=4
provides=("${pkgname/-pkcs11}=${pkgver}-${pkgrel}")
pkgdesc="The best OpenSource IPsec implementation with PKCS11 support"
url='http://www.strongswan.org'
license=("GPL")
arch=('i686' 'x86_64')
-depends=('curl' 'gmp' 'iproute2' 'openssl' 'sqlite' 'libcap' 'libsystemd','pam')
+depends=('curl' 'gmp' 'iproute2' 'openssl' 'sqlite' 'libcap' 'libsystemd' 'pam')
makedepends=('curl' 'gmp' 'iproute2' 'openssl' 'sqlite' 'libcap' 'libsystemd' 'systemd')
conflicts=('openswan', "${pkgname/-pkcs11}")
options=(!libtool)