mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-19 00:21:40 +00:00
community/strongswan to 5.8.1-1
This commit is contained in:
parent
8afa56d9c7
commit
ae94b73d65
1 changed files with 6 additions and 6 deletions
|
@ -13,16 +13,16 @@
|
|||
# - remove --enable-aesni from configure
|
||||
|
||||
pkgname=strongswan
|
||||
pkgver=5.8.0
|
||||
pkgrel=2
|
||||
pkgver=5.8.1
|
||||
pkgrel=1
|
||||
pkgdesc='Open source IPsec implementation'
|
||||
url='https://www.strongswan.org'
|
||||
license=('GPL2')
|
||||
arch=('x86_64')
|
||||
makedepends=('curl' 'gmp' 'iproute2' 'openssl' 'sqlite' 'libcap' 'systemd-libs'
|
||||
'systemd' 'pam' 'libnm-glib' 'python' 'ruby' 'mariadb' 'python-setuptools')
|
||||
makedepends=('curl' 'gmp' 'libnm' 'iproute2' 'openssl' 'sqlite' 'libcap' 'systemd-libs'
|
||||
'systemd' 'pam' 'python' 'ruby' 'mariadb' 'python-setuptools')
|
||||
depends=('curl' 'gmp' 'iproute2' 'openssl' 'sqlite' 'libcap' 'systemd-libs' 'pam')
|
||||
optdepends=('libnm-glib: for networkmanager support'
|
||||
optdepends=('libnm: for networkmanager support'
|
||||
'mariadb: MySQL support'
|
||||
'ruby: Ruby support'
|
||||
'python: Python support'
|
||||
|
@ -51,7 +51,7 @@ source=("https://download.strongswan.org/strongswan-${pkgver}.tar.bz2"{,.sig}
|
|||
|
||||
validpgpkeys=("948F158A4E76A27BF3D07532DF42C170B34DBA77")
|
||||
|
||||
sha512sums=('bf70aa6f9bb3d64d7cf02c7efd9053830efaa51b4cb20bd18dc75b1f0e7532c6217b4074b24dc10bd214484442bc496a57f7ca46bb341c50153feff98cd2bf94'
|
||||
sha512sums=('630d24643b3d61e931bb25cdd083ad3c55f92fe41f3fcd3198012eee486fb3b1a16dc3f80936162afb7da9e471d45d92b7d183a00153a558babb2a79e5f6813f'
|
||||
'SKIP'
|
||||
'0e2c818f2f620410dda949d9016a4c1a686bf2946acb3b42a729b2376c077f4dad6762fe8d2f736c213c4895c1fbd60c0d654a1c36f72d06f58ba7cff635bc74')
|
||||
|
||||
|
|
Loading…
Reference in a new issue