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

Dan McGee dan at archlinux.org
Fri Oct 21 14:35:29 UTC 2011


    Date: Friday, October 21, 2011 @ 10:35:28
  Author: dan
Revision: 141012

Fix FS#26543, curl in deps twice

Modified:
  pacman/trunk/PKGBUILD

----------+
 PKGBUILD |    6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2011-10-21 10:45:03 UTC (rev 141011)
+++ PKGBUILD	2011-10-21 14:35:28 UTC (rev 141012)
@@ -1,3 +1,4 @@
+# vim: set ts=2 sw=2 et:
 # $Id$
 # Maintainer: Dan McGee <dan at archlinux.org>
 # Maintainer: Dave Reisner <dave at archlinux.org>
@@ -12,8 +13,7 @@
 groups=('base')
 depends=('bash' 'glibc>=2.14' 'libarchive>=2.8.4' 'curl>=7.19.4'
          'gpgme' 'pacman-mirrorlist')
-optdepends=('fakeroot: for makepkg usage as normal user'
-            'curl: for rankmirrors usage')
+optdepends=('fakeroot: for makepkg usage as normal user')
 backup=(etc/pacman.conf etc/makepkg.conf)
 install=pacman.install
 options=(!libtool)
@@ -70,5 +70,3 @@
   mkdir -p $pkgdir/usr/share/zsh/site-functions/
   install -m644 contrib/zsh_completion $pkgdir/usr/share/zsh/site-functions/_pacman
 }
-
-# vim: set ts=2 sw=2 et:




More information about the arch-commits mailing list