diff options
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 |