Date: Tuesday, October 4, 2016 @ 17:46:22 Author: jlichtblau Revision: 191332
upgpkg: gnome-commander 1.6.0-1 - new upstream release Modified: gnome-commander/trunk/PKGBUILD gnome-commander/trunk/gnome-commander.changelog ---------------------------+ PKGBUILD | 6 +++--- gnome-commander.changelog | 3 +++ 2 files changed, 6 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2016-10-04 17:42:18 UTC (rev 191331) +++ PKGBUILD 2016-10-04 17:46:22 UTC (rev 191332) @@ -6,7 +6,7 @@ # Contributor: Johannes Sjolund <[email protected]> pkgname=gnome-commander -pkgver=1.4.9 +pkgver=1.6.0 pkgrel=1 pkgdesc='Graphical two-pane filemanager for Gnome' arch=('i686' 'x86_64') @@ -15,8 +15,8 @@ depends=('libgnomeui' 'gnome-vfs' 'gconf' 'python2' 'libsm' 'libunique') makedepends=('perl-xml-parser' 'gnome-doc-utils' 'intltool') changelog=$pkgname.changelog -source=(ftp://ftp.gnome.org/pub/GNOME/sources/gnome-commander/1.4/$pkgname-$pkgver.tar.xz) -sha256sums=('ee198277395348a8185f6222819b173271bdc0e496730c38e107f1360862db8f') +source=(https://download.gnome.org/sources/gnome-commander/${pkgver%.*}/$pkgname-$pkgver.tar.xz) +sha256sums=('d1703b7bf2fa4e357789688a810640060c5c6b16d9279a8979c42a4a255b3403') build() { cd "$pkgname-$pkgver" Modified: gnome-commander.changelog =================================================================== --- gnome-commander.changelog 2016-10-04 17:42:18 UTC (rev 191331) +++ gnome-commander.changelog 2016-10-04 17:46:22 UTC (rev 191332) @@ -1,3 +1,6 @@ +2016-10-04 Jaroslav Lichtblau <[email protected]> + * gnome-commander 1.6.0-1 + 2016-09-30 Jaroslav Lichtblau <[email protected]> * gnome-commander 1.4.9-1
