[arch-commits] CVS update of arch/build/base/pacman (PKGBUILD)

Dan McGee dan at archlinux.org
Wed May 30 18:45:02 UTC 2007


    Date: Wednesday, May 30, 2007 @ 14:45:02
  Author: dan
    Path: /home/cvs-arch/arch/build/base/pacman

Modified: PKGBUILD (1.140 -> 1.141)

upgpkg: pacman 3.0.4-3


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


Index: arch/build/base/pacman/PKGBUILD
diff -u arch/build/base/pacman/PKGBUILD:1.140 arch/build/base/pacman/PKGBUILD:1.141
--- arch/build/base/pacman/PKGBUILD:1.140	Sun May 13 00:32:52 2007
+++ arch/build/base/pacman/PKGBUILD	Wed May 30 14:45:02 2007
@@ -1,8 +1,8 @@
-# $Id: PKGBUILD,v 1.140 2007/05/13 04:32:52 dan Exp $
+# $Id: PKGBUILD,v 1.141 2007/05/30 18:45:02 dan Exp $
 # Maintainer: Aaron Griffin <aaron at archlinux.org>
 pkgname=pacman
 pkgver=3.0.4
-pkgrel=2
+pkgrel=3
 pkgdesc="A library-based package manager with dependency support"
 arch=('i686' 'x86_64')
 url="http://www.archlinux.org/pacman/"
@@ -24,8 +24,9 @@
 build() {
   cd $startdir/src/$pkgname-$pkgver
 
-  # apply spanish translation patch
+  # apply spanish translation patch and ensure it gets noticed
   patch -p0 < $startdir/src/pacman-es.po.patch
+  rm src/pacman/po/stamp-po
 
   # nothing fancy here
   ./configure --prefix=/usr --sysconfdir=/etc




More information about the arch-commits mailing list