diff options
author | Nicolás Reynolds <fauno@endefensadelsl.org> | 2013-12-27 23:55:53 +0000 |
---|---|---|
committer | Nicolás Reynolds <fauno@endefensadelsl.org> | 2013-12-27 23:55:53 +0000 |
commit | 65eeff79fff8a1bfdf67ca51d147384f46f4d5c0 (patch) | |
tree | fbfdff322b28d9a3c37e6e31c94caf1d8e48dac1 /community/vifm/PKGBUILD | |
parent | d53c44f055929b18d7d1b25f8367ee5836c435fc (diff) |
Fri Dec 27 23:54:04 UTC 2013
Diffstat (limited to 'community/vifm/PKGBUILD')
-rw-r--r-- | community/vifm/PKGBUILD | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/community/vifm/PKGBUILD b/community/vifm/PKGBUILD index eba08e232..550c690f2 100644 --- a/community/vifm/PKGBUILD +++ b/community/vifm/PKGBUILD @@ -1,22 +1,22 @@ -# $Id: PKGBUILD 91037 2013-05-18 13:22:47Z jlichtblau $ +# $Id: PKGBUILD 100834 2013-11-11 18:48:45Z jlichtblau $ # Maintainer: Jaroslav Lichtblau <dragonlord@aur.archlinux.org> pkgname=vifm -pkgver=0.7.5 +pkgver=0.7.6 pkgrel=1 pkgdesc="Ncurses based file manager with vi like keybindings" arch=('i686' 'x86_64') url="http://vifm.sourceforge.net/" license=('GPL') -depends=('ncurses' 'gtk2') +depends=('ncurses') changelog=$pkgname.changelog source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.bz2) -sha256sums=('01346f3573fa40d3c851b4844fb19ea2f1f63416bc8500bacb243997bf482de4') +sha256sums=('861798592d6fccc5d330a66e68f1c5a747732b9df587f15d892c6ff72a04650f') build() { cd ${srcdir}/$pkgname-$pkgver - ./configure --prefix=/usr + ./configure --prefix=/usr make } |