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

Dan McGee dan at archlinux.org
Mon Jun 18 00:28:38 UTC 2007


    Date: Sunday, June 17, 2007 @ 20:28:38
  Author: dan
    Path: /home/cvs-arch/arch/build/base/pacman

Modified: PKGBUILD (1.142 -> 1.143)

upgpkg: pacman 3.0.5-1
upgrade and remove all those patches too


----------+
 PKGBUILD |   23 ++++++++---------------
 1 file changed, 8 insertions(+), 15 deletions(-)


Index: arch/build/base/pacman/PKGBUILD
diff -u arch/build/base/pacman/PKGBUILD:1.142 arch/build/base/pacman/PKGBUILD:1.143
--- arch/build/base/pacman/PKGBUILD:1.142	Mon Jun  4 15:54:29 2007
+++ arch/build/base/pacman/PKGBUILD	Sun Jun 17 20:28:38 2007
@@ -1,8 +1,10 @@
-# $Id: PKGBUILD,v 1.142 2007/06/04 19:54:29 andyrtr Exp $
+# $Id: PKGBUILD,v 1.143 2007/06/18 00:28:38 dan Exp $
 # Maintainer: Aaron Griffin <aaron at archlinux.org>
+# Maintainer: Dan McGee <dan at archlinux.org>
+
 pkgname=pacman
-pkgver=3.0.4
-pkgrel=4
+pkgver=3.0.5
+pkgrel=1
 pkgdesc="A library-based package manager with dependency support"
 arch=('i686' 'x86_64')
 url="http://www.archlinux.org/pacman/"
@@ -15,23 +17,14 @@
         etc/pacman.d/{current,release,extra,unstable,community,testing}
         etc/abs/supfile.{arch,extra,community,testing,unstable})
 install=pacman.install
-source=(ftp://ftp.archlinux.org/other/pacman/$pkgname-$pkgver.tar.gz
-        pacman-es.po.patch gcc4.2.mtune.patch)
+source=(ftp://ftp.archlinux.org/other/pacman/$pkgname-$pkgver.tar.gz)
 options=(!libtool)
-md5sums=('e2c9426f543023809e8f45aef6484ef2'
-         'd5367a491454f047153c35cf7efb037b'
-         '43d9fc8f978021dd6ada5e9476f47497')
+md5sums=('0e0c0e342bf9f811d9c80094c6f022cb')
+sha1sums=('0bbf545828afd6e029c1eae0fe7309596c01c34e')
 
 build() {
   cd $startdir/src/$pkgname-$pkgver
 
-  # apply spanish translation patch and ensure it gets noticed
-  patch -p0 < $startdir/src/pacman-es.po.patch
-  rm src/pacman/po/stamp-po
-
-  # apply a patch for gcc4.2 for generic optimisations
-  patch -Np0 -i ../gcc4.2.mtune.patch || return 1
-
   # nothing fancy here
   ./configure --prefix=/usr --sysconfdir=/etc
   make || return 1




More information about the arch-commits mailing list