Date: Wednesday, December 25, 2013 @ 20:08:12 Author: jlichtblau Revision: 103045
upgpkg: gnome-commander 1.2.8.16-1 Modified: gnome-commander/trunk/PKGBUILD gnome-commander/trunk/gnome-commander.install -------------------------+ PKGBUILD | 13 +++++++------ gnome-commander.install | 4 ++-- 2 files changed, 9 insertions(+), 8 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2013-12-25 17:53:57 UTC (rev 103044) +++ PKGBUILD 2013-12-25 19:08:12 UTC (rev 103045) @@ -1,21 +1,22 @@ # $Id$ -# Maintainer: Alexander Rødseth <[email protected]> +# Maintainer: Jaroslav Lichtblau <[email protected]> +# Contributor: Alexander Rødseth <[email protected]> # Contributor: Ionut Biru <[email protected]> # Contributor: Roman Kyrylych <[email protected]> # Contributor: Johannes Sjolund <[email protected]> pkgname=gnome-commander -pkgver=1.2.8.15 +pkgver=1.2.8.16 pkgrel=1 pkgdesc='Graphical two-pane filemanager for Gnome' -arch=('x86_64' 'i686') +arch=('i686' 'x86_64') url='http://www.nongnu.org/gcmd/' license=('GPL') depends=('libgnomeui' 'gnome-vfs' 'gconf' 'python2' 'libsm') makedepends=('perlxml' 'gnome-doc-utils' 'intltool') -install="$pkgname.install" -source=("ftp://ftp.gnome.org/pub/GNOME/sources/gnome-commander/1.2/$pkgname-$pkgver.tar.xz") -sha256sums=('d2feecf215db3e0faeb873c559087c2ad9af0a5aac26e2b1b32b28be939da37f') +install=$pkgname.install +source=(ftp://ftp.gnome.org/pub/GNOME/sources/gnome-commander/1.2/$pkgname-$pkgver.tar.xz) +sha256sums=('84d653fab2eaec233b6d899f339099c2fa2d2d5cbdb7a33bd7022c34ed901347') build() { cd "$pkgname-$pkgver" Modified: gnome-commander.install =================================================================== --- gnome-commander.install 2013-12-25 17:53:57 UTC (rev 103044) +++ gnome-commander.install 2013-12-25 19:08:12 UTC (rev 103045) @@ -1,7 +1,7 @@ pkgname=gnome-commander post_install() { - usr/sbin/gconfpkg --install "$pkgname" + gconfpkg --install "$pkgname" update-desktop-database -q } @@ -14,7 +14,7 @@ } pre_remove() { - usr/sbin/gconfpkg --uninstall "$pkgname" + gconfpkg --uninstall "$pkgname" } post_remove() {
