diff options
author | root <root@rshg054.dnsready.net> | 2011-10-10 23:14:36 +0000 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2011-10-10 23:14:36 +0000 |
commit | cbcf42aba84733e1b9072f5320519c99bf8c0ac7 (patch) | |
tree | a329670cb53aabe42cc50ef6cda1e534d4dfbabf /community/vifm | |
parent | 8e372cc6207b56516c1facdaeb92d15c4716d8a2 (diff) |
Mon Oct 10 23:14:36 UTC 2011
Diffstat (limited to 'community/vifm')
-rw-r--r-- | community/vifm/PKGBUILD | 6 | ||||
-rw-r--r-- | community/vifm/vifm.changelog | 3 |
2 files changed, 6 insertions, 3 deletions
diff --git a/community/vifm/PKGBUILD b/community/vifm/PKGBUILD index ba061e7d9..dcd4d1252 100644 --- a/community/vifm/PKGBUILD +++ b/community/vifm/PKGBUILD @@ -1,8 +1,8 @@ -# $Id: PKGBUILD 54568 2011-08-20 17:57:49Z jlichtblau $ +# $Id: PKGBUILD 56645 2011-10-09 12:00:43Z jlichtblau $ # Maintainer: Jaroslav Lichtblau <dragonlord@aur.archlinux.org> pkgname=vifm -pkgver=0.6.3 +pkgver=0.7.0 pkgrel=1 pkgdesc="Ncurses based file manager with vi like keybindings" arch=('i686' 'x86_64') @@ -11,7 +11,7 @@ license=('GPL') depends=('ncurses' 'gtk2') changelog=$pkgname.changelog source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.bz2) -sha256sums=('7b6ac1056e7fbca46fb8eb1a40f31c92fc5694b19ca4267fc63e9e295d8cb3ec') +sha256sums=('c3e7d677c6f807dc0adefb175c5301ac0bb3cc1d1998d7928878bfe0c5eef139') build() { cd ${srcdir}/$pkgname-$pkgver diff --git a/community/vifm/vifm.changelog b/community/vifm/vifm.changelog index 94305ad1f..add2882b6 100644 --- a/community/vifm/vifm.changelog +++ b/community/vifm/vifm.changelog @@ -1,3 +1,6 @@ +2011-10-09 Jaroslav Lichtblau <dragonlord@aur.archlinux.org> + * vifm 0.7.0-1 + 2011-08-20 Jaroslav Lichtblau <dragonlord@aur.archlinux.org> * vifm 0.6.3-1 |