From cfb332a478ff4170e65e346c60902fbe20c2cc32 Mon Sep 17 00:00:00 2001 From: Nicolás Reynolds Date: Fri, 20 May 2011 09:58:56 -0300 Subject: pacman rePKGBUILD fix --- libre/pacman/rePKGBUILD | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'libre') diff --git a/libre/pacman/rePKGBUILD b/libre/pacman/rePKGBUILD index 09e0f4b3e..251d44d72 100644 --- a/libre/pacman/rePKGBUILD +++ b/libre/pacman/rePKGBUILD @@ -1,17 +1,16 @@ # $Id: PKGBUILD 120035 2011-04-18 16:49:22Z dan $ # Maintainer: Dan McGee -CARCH=x86_64 pkgname=pacman pkgver=3.5.2 -pkgrel=1.1 +pkgrel=1.2 _pkgrel=1 pkgdesc="A library-based package manager with dependency support" arch=('i686' 'x86_64') url="http://www.archlinux.org/pacman/" license=('GPL') groups=('base') -depends=('bash' 'libarchive>=2.8.4' 'libfetch>=2.28' 'pacman-mirrorlist') +depends=('bash' 'libarchive>=2.8.4' 'libfetch>=2.28' 'pacman-mirrorlist-libre') optdepends=('fakeroot: for makepkg usage as normal user' 'curl: for rankmirrors usage') backup=(etc/pacman.conf etc/makepkg.conf) @@ -33,7 +32,7 @@ build() { package() { cp -a ./* ${pkgdir} - rm $pkgdir/etc/pacman.conf + rm $pkgdir/etc/pacman.conf $pkgdir/{pacman.conf{,.x86_64},makepkg.conf} case "$CARCH" in i686) -- cgit v1.2.3