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

Pierre Schmitz pierre at archlinux.org
Wed Apr 7 14:54:55 UTC 2010


    Date: Wednesday, April 7, 2010 @ 10:54:54
  Author: pierre
Revision: 76068

add versioned deps to get libfetch/libarchive with openssl-1; warn the user to reupdate the system

Modified:
  pacman/trunk/PKGBUILD
  pacman/trunk/pacman.install

----------------+
 PKGBUILD       |    4 ++--
 pacman.install |    4 ++++
 2 files changed, 6 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2010-04-07 12:21:07 UTC (rev 76067)
+++ PKGBUILD	2010-04-07 14:54:54 UTC (rev 76068)
@@ -4,13 +4,13 @@
 
 pkgname=pacman
 pkgver=3.3.3
-pkgrel=4
+pkgrel=5
 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.1' 'libfetch>=2.25' 'pacman-mirrorlist')
+depends=('bash' 'libarchive>=2.8.3-3' 'libfetch>=2.30-3' 'pacman-mirrorlist')
 optdepends=('fakeroot: for makepkg usage as normal user'
             'python: for rankmirrors script usage')
 backup=(etc/pacman.conf etc/makepkg.conf)

Modified: pacman.install
===================================================================
--- pacman.install	2010-04-07 12:21:07 UTC (rev 76067)
+++ pacman.install	2010-04-07 14:54:54 UTC (rev 76068)
@@ -6,6 +6,10 @@
 	if [ "$(vercmp $2 3.0.2)" -lt 0 ]; then
 		_resetbackups
 	fi
+
+	if [ "$(vercmp $2 3.3.3-4)" -le 0 ]; then
+		echo '>>> Make sure to run pacman -Su again after pacman has updated itself!'
+	fi
 }
 
 _resetbackups() {




More information about the arch-commits mailing list