From cf5ca4952b4404d69ffb1f966a85a8f6889bf105 Mon Sep 17 00:00:00 2001 From: Kevin Mihelich Date: Tue, 24 Dec 2019 23:03:41 +0000 Subject: [PATCH] community/freeradius to 3.0.20-3 --- community/freeradius/PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/community/freeradius/PKGBUILD b/community/freeradius/PKGBUILD index 9617dc5a8..3f676a48d 100644 --- a/community/freeradius/PKGBUILD +++ b/community/freeradius/PKGBUILD @@ -7,16 +7,16 @@ pkgname=freeradius pkgver=3.0.20 -pkgrel=2 +pkgrel=3 pkgdesc='The premier open source RADIUS server' arch=('x86_64') url="https://freeradius.org/" license=('GPL') depends=('krb5' 'pth' 'net-snmp' 'postgresql-libs' 'mariadb-libs' 'talloc' 'libpcap' 'libwbclient') -makedepends=('unixodbc' 'python2' 'curl' 'json-c' 'samba') +makedepends=('unixodbc' 'python' 'curl' 'json-c' 'samba') optdepends=('unixodbc: for ODBC' - 'python2: for Python' + 'python: for Python' 'json-c: rlm_rest module' 'curl: for REST') options=('!makeflags')