summaryrefslogtreecommitdiff
path: root/community/vifm
diff options
context:
space:
mode:
Diffstat (limited to 'community/vifm')
-rw-r--r--community/vifm/PKGBUILD10
-rw-r--r--community/vifm/vifm.changelog3
2 files changed, 8 insertions, 5 deletions
diff --git a/community/vifm/PKGBUILD b/community/vifm/PKGBUILD
index fab63ea39..e68a20c03 100644
--- a/community/vifm/PKGBUILD
+++ b/community/vifm/PKGBUILD
@@ -1,8 +1,8 @@
-# $Id: PKGBUILD 66446 2012-02-24 23:40:09Z jlichtblau $
+# $Id: PKGBUILD 71984 2012-06-04 19:39:36Z jlichtblau $
# Maintainer: Jaroslav Lichtblau <dragonlord@aur.archlinux.org>
pkgname=vifm
-pkgver=0.7.2
+pkgver=0.7.3
pkgrel=1
pkgdesc="Ncurses based file manager with vi like keybindings"
arch=('i686' 'x86_64')
@@ -11,17 +11,17 @@ license=('GPL')
depends=('ncurses' 'gtk2')
changelog=$pkgname.changelog
source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.bz2)
-sha256sums=('f95e49a8518dd1acc9b7b750658a98bcf1cb538e25520a5a300b5812108fbc8d')
+sha256sums=('c2cdb40ca03ea3e0464c2f0f68d27013fd447c0b67b0a5f87521f95c855e7658')
build() {
- cd ${srcdir}
+ cd ${srcdir}/$pkgname-$pkgver
./configure --prefix=/usr
make
}
package() {
- cd ${srcdir}
+ cd ${srcdir}/$pkgname-$pkgver
make DESTDIR=${pkgdir} install
}
diff --git a/community/vifm/vifm.changelog b/community/vifm/vifm.changelog
index 136202fba..953f35aaa 100644
--- a/community/vifm/vifm.changelog
+++ b/community/vifm/vifm.changelog
@@ -1,3 +1,6 @@
+2012-06-04 Jaroslav Lichtblau <dragonlord@aur.archlinux.org>
+ * vifm 0.7.3-1
+
2012-02-25 Jaroslav Lichtblau <dragonlord@aur.archlinux.org>
* vifm 0.7.2-1