summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMichael Lowman2019-12-20 17:26:11 +0100
committerMichael Lowman2019-12-20 17:26:11 +0100
commit90b1ddaf93abe596d73163d48d63e4bf68ded26b (patch)
treef980d696d11bab0320044cfd9ef090d31bd45750 /PKGBUILD
parent603c4494bbc1cc54f8af90c80266859cec5208ee (diff)
downloadaur-90b1ddaf93abe596d73163d48d63e4bf68ded26b.tar.gz
Include python2 bindings
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 3 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 48321dfe70ba..fe09f244ee21 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
pkgname=sssd-git
_gitname='sssd'
-pkgver=2.2.3.r5.g58a67cd38
+pkgver=2.2.3.r18.g2c13d8bd0
pkgrel=1
pkgdesc="System Security Services Daemon"
arch=('x86_64')
@@ -26,6 +26,7 @@ makedepends=(
'docbook-xsl'
'doxygen'
'python'
+ 'python2'
'samba' # for libndr-nbt headers
'systemd'
)
@@ -68,6 +69,7 @@ build() {
--with-os=fedora \
--with-pid-path=/run \
--with-python3-bindings \
+ --with-python2-bindings \
--with-syslog=journald \
--without-selinux \
--without-semanage \