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

Massimiliano Torromeo mtorromeo at archlinux.org
Sat Jan 3 12:24:24 UTC 2015


    Date: Saturday, January 3, 2015 @ 13:24:24
  Author: mtorromeo
Revision: 125212

Removed sign key as there is no available public list of valid gpg keys

Modified:
  sssd/trunk/PKGBUILD

----------+
 PKGBUILD |    4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2015-01-03 11:50:46 UTC (rev 125211)
+++ PKGBUILD	2015-01-03 12:24:24 UTC (rev 125212)
@@ -29,10 +29,8 @@
   'samba'         # for libndr-nbt headers
 )
 source=("https://fedorahosted.org/released/$pkgname/$pkgname-$pkgver.tar.gz"
-        "https://fedorahosted.org/released/$pkgname/$pkgname-$pkgver.tar.gz.asc"
         'sssd.service')
 sha1sums=('c7969eeb880fdd79cead88504c313fa042ca524a'
-          'SKIP'
           '2d10db3d6f54a58bbf8d1f27328e68555256e0ce')
 
 prepare() {
@@ -81,6 +79,6 @@
   cd "$srcdir"
   rm -rf "$pkgdir/etc/systemd" # remove the drop-in
   install -Dm0644 sssd.service  "$pkgdir/usr/lib/systemd/system/sssd.service"
-} 
+}
 
 # vim: ts=2:sw=2:et:nowrap



More information about the arch-commits mailing list