Date: Tuesday, January 14, 2014 @ 23:32:39 Author: jlichtblau Revision: 104055
upgpkg: gnome-commander 1.2.8.17-1 Added: gnome-commander/trunk/gnome-commander.changelog Modified: gnome-commander/trunk/PKGBUILD ---------------------------+ PKGBUILD | 9 +++++---- gnome-commander.changelog | 2 ++ 2 files changed, 7 insertions(+), 4 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2014-01-14 22:22:52 UTC (rev 104054) +++ PKGBUILD 2014-01-14 22:32:39 UTC (rev 104055) @@ -6,17 +6,18 @@ # Contributor: Johannes Sjolund <[email protected]> pkgname=gnome-commander -pkgver=1.2.8.16 +pkgver=1.2.8.17 pkgrel=1 pkgdesc='Graphical two-pane filemanager for Gnome' arch=('i686' 'x86_64') -url='http://www.nongnu.org/gcmd/' +url='http://gcmd.github.io/' license=('GPL') depends=('libgnomeui' 'gnome-vfs' 'gconf' 'python2' 'libsm') -makedepends=('perlxml' 'gnome-doc-utils' 'intltool') +makedepends=('perl-xml-parser' 'gnome-doc-utils' 'intltool') install=$pkgname.install +changelog=$pkgname.changelog source=(ftp://ftp.gnome.org/pub/GNOME/sources/gnome-commander/1.2/$pkgname-$pkgver.tar.xz) -sha256sums=('84d653fab2eaec233b6d899f339099c2fa2d2d5cbdb7a33bd7022c34ed901347') +sha256sums=('135033ad2073c9d6fee51a52f1e7a56358b8e3a6fa46d64188dc3feebfe00606') build() { cd "$pkgname-$pkgver" Added: gnome-commander.changelog =================================================================== --- gnome-commander.changelog (rev 0) +++ gnome-commander.changelog 2014-01-14 22:32:39 UTC (rev 104055) @@ -0,0 +1,2 @@ +2014-01-14 Jaroslav Lichtblau (Dragonlord) <[email protected]> + * gnome-commander 1.2.8.17-1
