diff options
author | root <root@rshg054.dnsready.net> | 2013-01-31 00:07:23 -0800 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2013-01-31 00:07:23 -0800 |
commit | a949895a0243a490d30fe355655c839fe217c580 (patch) | |
tree | 9895367801e2aab74b4a31e81263ab0d4693055f /community/vifm/PKGBUILD | |
parent | c25b7aa323ab71b1a524d15dbbe942dbebd55761 (diff) |
Thu Jan 31 00:07:23 PST 2013
Diffstat (limited to 'community/vifm/PKGBUILD')
-rw-r--r-- | community/vifm/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/community/vifm/PKGBUILD b/community/vifm/PKGBUILD index 56413a611..a60589213 100644 --- a/community/vifm/PKGBUILD +++ b/community/vifm/PKGBUILD @@ -1,8 +1,8 @@ -# $Id: PKGBUILD 78687 2012-10-22 20:52:48Z jlichtblau $ +# $Id: PKGBUILD 83376 2013-01-30 19:44:55Z jlichtblau $ # Maintainer: Jaroslav Lichtblau <dragonlord@aur.archlinux.org> pkgname=vifm -pkgver=0.7.4a +pkgver=0.7.4b 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=('fe9b8bcd992f4f34ad83dd3de46064e5d3d8d4a0c468dbd11869f9790f3dcd1f') +sha256sums=('90b4fb64501e436d7ac8699f0cc75d013a72aa471f978ada0ce9b90506213c57') build() { cd ${srcdir}/$pkgname-$pkgver |