summaryrefslogtreecommitdiff
path: root/community/vifm
diff options
context:
space:
mode:
Diffstat (limited to 'community/vifm')
-rw-r--r--community/vifm/PKGBUILD25
-rw-r--r--community/vifm/vifm.changelog5
2 files changed, 18 insertions, 12 deletions
diff --git a/community/vifm/PKGBUILD b/community/vifm/PKGBUILD
index ebad89a92..796fc4662 100644
--- a/community/vifm/PKGBUILD
+++ b/community/vifm/PKGBUILD
@@ -1,26 +1,27 @@
-# $Id: PKGBUILD 44342 2011-04-05 23:27:31Z jelle $
+# $Id: PKGBUILD 52068 2011-07-19 20:56:41Z jlichtblau $
# Maintainer: Jaroslav Lichtblau <dragonlord@aur.archlinux.org>
pkgname=vifm
-pkgver=0.5
-pkgrel=4
+pkgver=0.6.2
+pkgrel=1
pkgdesc="Ncurses based file manager with vi like keybindings"
arch=('i686' 'x86_64' 'mips64el')
url="http://vifm.sourceforge.net/"
license=('GPL')
-depends=('ncurses')
-source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.bz2 ncurses.patch)
+depends=('ncurses' 'gtk2')
+changelog=$pkgname.changelog
+source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.bz2)
+sha256sums=('8375f0cce8e1a703cf97322dbbab7ce2fc3be2b2ee072085b10623510b88c137')
+
build() {
- cd ${srcdir}/$pkgname-$pkgver
- patch -Np1 -i $srcdir/ncurses.patch
+ cd ${srcdir}/$pkgname
./configure --prefix=/usr
make
}
-package()
-{
- cd ${srcdir}/$pkgname-$pkgver
+
+package() {
+ cd ${srcdir}/$pkgname
+
make DESTDIR=${pkgdir} install
}
-md5sums=('76818f02d6acd4997d1f41db932438aa'
- 'ad7c6b70678409d122426b9ed62386c0')
diff --git a/community/vifm/vifm.changelog b/community/vifm/vifm.changelog
new file mode 100644
index 000000000..167e102a9
--- /dev/null
+++ b/community/vifm/vifm.changelog
@@ -0,0 +1,5 @@
+2011-07-19 Jaroslav Lichtblau <dragonlord@aur.archlinux.org>
+ * vifm 0.6.2-1
+
+2010-02-15 Jaroslav Lichtblau <dragonlord@aur.archlinux.org>
+ * Moved to [community] 0.5-2 (212 votes in AUR)