1
0
mirror of https://github.com/wting/autojump synced 2026-03-02 03:49:26 +00:00

add makedepends; rename jstat to jumpstat to avoid conflict with

openjdk6
This commit is contained in:
Joel Schaerer
2009-02-13 22:08:40 +01:00
parent 730b9836fa
commit d30636abda
3 changed files with 7 additions and 6 deletions

View File

@@ -1,13 +1,14 @@
# Contributor: Joël Schaerer <joel.schaerer@laposte.net>
pkgname=autojump
pkgver=20090210
pkgrel=2
pkgrel=3
pkgdesc="A faster way to navigate your filesystem from the command line"
arch=(i686 x86_64)
url="http://wiki.github.com/joelthelion/autojump"
license=('GPL')
depends=('bash' 'python')
md5sums=() #generate with 'makepkg -g'
makedepends=('git')
md5sums=()
install=(autojump.install)
_gitroot="git://github.com/joelthelion/autojump.git"