From 380d7885495bd9187d0a18a0443f6696f8aa3f8c Mon Sep 17 00:00:00 2001 From: Joel Schaerer Date: Thu, 12 Feb 2009 20:20:26 +0100 Subject: [PATCH] update pkgbuild --- PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/PKGBUILD b/PKGBUILD index d30281f..d0708a0 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,9 +1,9 @@ # Contributor: Joël Schaerer pkgname=autojump pkgver=20090210 -pkgrel=1 +pkgrel=2 pkgdesc="A faster way to navigate your filesystem from the command line" -arch=(i686) +arch=(i686 x86_64) url="http://wiki.github.com/joelthelion/autojump" license=('GPL') depends=('bash' 'python')