Date: Monday, March 19, 2012 @ 13:02:04 Author: ibiru Revision: 153779
update to 3.3.92 Modified: gnome-power-manager/trunk/PKGBUILD gnome-power-manager/trunk/gnome-power-manager.install -----------------------------+ PKGBUILD | 6 +++--- gnome-power-manager.install | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2012-03-19 16:58:39 UTC (rev 153778) +++ PKGBUILD 2012-03-19 17:02:04 UTC (rev 153779) @@ -3,7 +3,7 @@ # Contributor: Jan de Groot <[email protected]> pkgname=gnome-power-manager -pkgver=3.3.3 +pkgver=3.3.92 pkgrel=1 pkgdesc="Power management tools." arch=(i686 x86_64) @@ -14,8 +14,8 @@ options=(!emptydirs) install=gnome-power-manager.install groups=(gnome-extra) -source=(http://ftp.gnome.org/pub/GNOME/sources/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz) -sha256sums=('4f3d1ac121730c492803ac91bd751f625e1d2a6507232eb086e74c22781e1685') +source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz) +sha256sums=('8f712adfc44870115939785ce65d7ab0c0a7e6b1cf92354b6fc4a517f47e2661') build() { cd $pkgname-$pkgver Modified: gnome-power-manager.install =================================================================== --- gnome-power-manager.install 2012-03-19 16:58:39 UTC (rev 153778) +++ gnome-power-manager.install 2012-03-19 17:02:04 UTC (rev 153779) @@ -1,6 +1,6 @@ post_install() { - usr/bin/glib-compile-schemas usr/share/glib-2.0/schemas - gtk-update-icon-cache -q -t -f usr/share/icons/hicolor + glib-compile-schemas /usr/share/glib-2.0/schemas + gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor } post_upgrade() {
