[arch-commits] Commit in freeradius/trunk (PKGBUILD)
Christian Hesse
eworm at archlinux.org
Tue Dec 24 22:11:07 UTC 2019
Date: Tuesday, December 24, 2019 @ 22:11:07
Author: eworm
Revision: 540587
upgpkg: freeradius 3.0.20-3
python 2.x -> 3.x
Modified:
freeradius/trunk/PKGBUILD
----------+
PKGBUILD | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2019-12-24 22:03:46 UTC (rev 540586)
+++ PKGBUILD 2019-12-24 22:11:07 UTC (rev 540587)
@@ -4,7 +4,7 @@
pkgname=freeradius
pkgver=3.0.20
-pkgrel=2
+pkgrel=3
pkgdesc='The premier open source RADIUS server'
arch=('x86_64')
url="https://freeradius.org/"
@@ -11,9 +11,9 @@
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')
More information about the arch-commits
mailing list