From db89517f474bc3e9dd5f4258623fadde38020337 Mon Sep 17 00:00:00 2001 From: maxice8 <30738253+maxice8@users.noreply.github.com> Date: Mon, 23 Oct 2017 05:57:59 -0200 Subject: [PATCH] sssd: update to 1.16.0. (#8479) --- srcpkgs/sssd/template | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/srcpkgs/sssd/template b/srcpkgs/sssd/template index cf88a21d069..dad96d4ace7 100644 --- a/srcpkgs/sssd/template +++ b/srcpkgs/sssd/template @@ -1,7 +1,7 @@ # Template file for 'sssd' pkgname=sssd -version=1.15.3 -revision=2 +version=1.16.0 +revision=1 build_style=gnu-configure configure_args="--without-selinux --without-semanage --disable-cifs-idmap-plugin --without-samba --disable-config-lib" @@ -25,10 +25,10 @@ maintainer="Yuusha Spacewolf " license="GPL-3" homepage="https://pagure.io/SSSD/sssd/" distfiles="https://releases.pagure.org/SSSD/sssd/sssd-${version}.tar.gz" -checksum=6e508dc71c0e132b15db1db29d2e309d610027e89f7097ead5d7c9867f6d6634 +checksum=c581a6e5365cef87fca419c0c9563cf15eadbb682863d648d85ffcded7a3940f post_install() { - rm -rf /etc/rc.d + rm -rf ${DESTDIR}/etc/rc.d vsv sssd }