Date: Tuesday, September 28, 2010 @ 03:23:49 Author: jgc Revision: 91819
upgpkg: gnome-nettool 2.32.0-1 Update to 2.32.0 Modified: gnome-nettool/trunk/PKGBUILD ----------+ PKGBUILD | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2010-09-28 07:18:58 UTC (rev 91818) +++ PKGBUILD 2010-09-28 07:23:49 UTC (rev 91819) @@ -3,25 +3,25 @@ # Contributor: Kritoke <[email protected]> pkgname=gnome-nettool -pkgver=2.30.0 +pkgver=2.32.0 pkgrel=1 pkgdesc="A Collection of GNOME2 Networking Tools." arch=(i686 x86_64) license=('GPL') -depends=('gconf>=2.28.0' 'libgtop>=2.28.0' 'dnsutils' 'netkit-bsd-finger' 'whois' 'hicolor-icon-theme') -makedepends=('gnome-doc-utils>=0.20.0' 'pkgconfig' 'intltool') +depends=('gconf>=2.32.0' 'libgtop>=2.28.1' 'dnsutils' 'netkit-bsd-finger' 'whois' 'hicolor-icon-theme') +makedepends=('gnome-doc-utils>=0.20.1' 'pkgconfig' 'intltool') conflicts=('gnome-network') replaces=('gnome-netinfo') groups=('gnome-extra') url="http://www.gnome.org" install=gnome-nettool.install -source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/2.30/${pkgname}-${pkgver}.tar.bz2) -sha256sums=('42fdc867d26b31145986fd99e06509229b118430f2d666070c5dac7cff1dd000') +source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/2.32/${pkgname}-${pkgver}.tar.bz2) +sha256sums=('8c70f85952760170114b2fa4be3ccaa3fc6298f802bacda2503ed482b8a0539c') build() { cd "${srcdir}/${pkgname}-${pkgver}" ./configure --prefix=/usr --sysconfdir=/etc \ - --localstatedir=/var --disable-scrollkeeper || return 1 - make || return 1 - make DESTDIR="${pkgdir}" install || return 1 + --localstatedir=/var --disable-scrollkeeper + make + make DESTDIR="${pkgdir}" install }
