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

Dan McGee dan at archlinux.org
Wed Oct 7 23:50:07 UTC 2009


    Date: Wednesday, October 7, 2009 @ 19:50:07
  Author: dan
Revision: 54300

upgpkg: pacman 3.3.2-1
    version bump woo

Modified:
  pacman/trunk/PKGBUILD
  pacman/trunk/pacman.conf

-------------+
 PKGBUILD    |   12 ++++++++----
 pacman.conf |   12 +++++++++---
 2 files changed, 17 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2009-10-07 23:15:52 UTC (rev 54299)
+++ PKGBUILD	2009-10-07 23:50:07 UTC (rev 54300)
@@ -3,14 +3,14 @@
 # Maintainer: Dan McGee <dan at archlinux.org>
 
 pkgname=pacman
-pkgver=3.3.1
+pkgver=3.3.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.7.0-2' 'libfetch>=2.20' 'pacman-mirrorlist')
+depends=('bash' 'libarchive>=2.7.1' 'libfetch>=2.25' 'pacman-mirrorlist')
 optdepends=('fakeroot: for makepkg usage as normal user'
             'python: for rankmirrors script usage')
 backup=(etc/pacman.conf etc/makepkg.conf)
@@ -19,8 +19,8 @@
 source=(ftp://ftp.archlinux.org/other/pacman/$pkgname-$pkgver.tar.gz
         pacman.conf
         makepkg.conf)
-md5sums=('21b5a12a0e7af4b39e20091354a3e3db'
-         'f8b19faf9175b19015836c3690cd5a4b'
+md5sums=('023dd4abc3996f2084b12f9a02a088d6'
+         'abe70dabacee7036368c7afeb686eb10'
          '52c7bc651b107d73f9902755b7594458')
 
 build() {
@@ -28,6 +28,10 @@
   
   ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var
   make || return 1
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
   make DESTDIR=$pkgdir install || return 1
 
   # install Arch specific stuff

Modified: pacman.conf
===================================================================
--- pacman.conf	2009-10-07 23:15:52 UTC (rev 54299)
+++ pacman.conf	2009-10-07 23:50:07 UTC (rev 54300)
@@ -51,10 +51,12 @@
 # uncommented to enable the repo.
 #
 
-# Testing is disabled by default.  To enable, uncomment the following
-# two lines.  You can add preferred servers immediately after the header,
-# and they will be used before the default mirrors.
+# The testing repositories are disabled by default. To enable, uncomment the
+# repo name header and Include lines. You can add preferred servers immediately
+# after the header, and they will be used before the default mirrors.
+
 #[testing]
+## Add your preferred servers here, they will be used first
 #Include = /etc/pacman.d/mirrorlist
 
 [core]
@@ -65,6 +67,10 @@
 # Add your preferred servers here, they will be used first
 Include = /etc/pacman.d/mirrorlist
 
+#[community-testing]
+## Add your preferred servers here, they will be used first
+#Include = /etc/pacman.d/mirrorlist
+
 [community]
 # Add your preferred servers here, they will be used first
 Include = /etc/pacman.d/mirrorlist




More information about the arch-commits mailing list