Date: Tuesday, March 8, 2011 @ 02:09:23 Author: heftig Revision: 113017
upgpkg: gnome-session 2.91.91-1 Update to 2.91.91 Modified: gnome-session/trunk/PKGBUILD ----------+ PKGBUILD | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2011-03-08 07:06:15 UTC (rev 113016) +++ PKGBUILD 2011-03-08 07:09:23 UTC (rev 113017) @@ -2,19 +2,21 @@ # Maintainer: Jan de Groot <[email protected]> pkgname=gnome-session -pkgver=2.91.90.1 -pkgrel=2 +pkgver=2.91.91 +pkgrel=1 pkgdesc="The GNOME Session Handler" arch=(i686 x86_64) license=('GPL' 'LGPL') -depends=('upower' 'gtk3' 'gconf' 'startup-notification' 'hicolor-icon-theme' 'libxtst' 'polkit-gnome' 'libgl' 'librsvg' 'gsettings-desktop-schemas' 'consolekit') +depends=('upower' 'gtk3' 'gconf' 'startup-notification' 'hicolor-icon-theme' + 'libxtst' 'polkit-gnome' 'libgl' 'librsvg' 'gsettings-desktop-schemas' + 'consolekit' 'libsm') makedepends=('intltool' 'mesa') options=('!emptydirs') install=gnome-session.install url="http://www.gnome.org" groups=('gnome') -source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/2.91/${pkgname}-${pkgver}.tar.bz2) -sha256sums=('1fd8d01a08eb69e57898efbd48b02b972f13be47d749c6198b731da28c063202') +source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.bz2) +sha256sums=('26f85f1ed6860fe871328612433313bea05ae192242cd8abf4d573851472e133') build() { cd "${srcdir}/${pkgname}-${pkgver}"
