Date: Monday, April 4, 2011 @ 13:51:42 Author: heftig Revision: 117775
Update to 3.0.0 Modified: gnome-utils/trunk/PKGBUILD ----------+ PKGBUILD | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2011-04-04 17:51:25 UTC (rev 117774) +++ PKGBUILD 2011-04-04 17:51:42 UTC (rev 117775) @@ -2,19 +2,19 @@ # Maintainer: Jan de Groot <[email protected]> pkgname=gnome-utils -pkgver=2.91.93 +pkgver=3.0.0 pkgrel=1 pkgdesc="Common utilities for GNOME" arch=(i686 x86_64) license=('GPL') depends=('libgtop' 'libcanberra' 'libsm' 'gconf' 'gsettings-desktop-schemas' 'hicolor-icon-theme' 'desktop-file-utils') -makedepends=('gnome-doc-utils>=0.20.1' 'pkgconfig' 'intltool') +makedepends=('gnome-doc-utils' 'pkgconfig' 'intltool') options=('!libtool' '!emptydirs') url="http://www.gnome.org" groups=('gnome-extra') install=gnome-utils.install -source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/2.91/${pkgname}-${pkgver}.tar.bz2) -sha256sums=('b49b8ee5e10b1f67422ad79945ecca76cf385bebcdde9279c17543378c913b62') +source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.bz2) +sha256sums=('1cc095f69f4e224509727f648797fdee2190405a0f9005a65e4a0c53ae6547a6') build() { cd "${srcdir}/${pkgname}-${pkgver}"
