[arch-commits] Commit in sssd/trunk (PKGBUILD)

Massimiliano Torromeo mtorromeo at archlinux.org
Sun Feb 7 00:29:51 UTC 2021


    Date: Sunday, February 7, 2021 @ 00:29:50
  Author: mtorromeo
Revision: 847618

upgpkg: sssd 2.4.1-1

Modified:
  sssd/trunk/PKGBUILD

----------+
 PKGBUILD |   12 ++++++++----
 1 file changed, 8 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-02-07 00:29:05 UTC (rev 847617)
+++ PKGBUILD	2021-02-07 00:29:50 UTC (rev 847618)
@@ -2,8 +2,8 @@
 # Maintainer: Mantas M. <grawity at gmail.com>
 
 pkgname=sssd
-pkgver=2.4.0
-pkgrel=2
+pkgver=2.4.1
+pkgrel=1
 pkgdesc="System Security Services Daemon"
 arch=('x86_64')
 url="https://github.com/SSSD/sssd"
@@ -38,8 +38,8 @@
   'softhsm'
 )
 backup=('etc/logrotate.d/sssd')
-source=("https://github.com/SSSD/$pkgname/releases/download/$pkgname-${pkgver//./_}/$pkgname-$pkgver.tar.gz"{,.asc})
-sha512sums=('d9a4b17665ce3a1ea51cfe2fdb53818ac1e265a33c61f657f61699ecc716e1244e45b5b628aeae6c54e601383084f3cac327cb3edd7bea80bca397b1fbe4ab72'
+source=("https://github.com/SSSD/$pkgname/releases/download/$pkgver/$pkgname-$pkgver.tar.gz"{,.asc})
+sha512sums=('27b53585c43ee8387fda85afd894bcbd2aa037e8b7e05ffb68a17232fcc6a8b4aaf5f83eda65b91f656de3f040372ddfa49d0a905ff37b1064b6e22544025669'
             'SKIP')
 validpgpkeys=('E4E366758CA0716AAB8048671EC6AB7532E7BC25'
               '16F24229488E736048952737BA88000FE6398272'
@@ -48,6 +48,7 @@
 prepare() {
   cd "$srcdir/$pkgname-$pkgver"
   for f in "${source[@]}"; do
+    f=$(basename "$f")
     if [[ $f == *.patch ]]; then
       patch -p1 < "$srcdir/$f"
     fi
@@ -55,6 +56,9 @@
 
   sed -i 's#/var/run/#/run/#' src/examples/logrotate
 
+  # Fix issue with autoconf 2.70+
+  sed '/AM_PROG_CC_C_O/ i AC_PROG_CPP' -i configure.ac
+
   # dbus policy files in /usr/share/dbus-1
   sed -i 's/^dbuspolicydir = $(sysconfdir)/dbuspolicydir = $(datadir)/' Makefile.in
 



More information about the arch-commits mailing list