[arch-commits] Commit in autojump/trunk (PKGBUILD)
Jaroslav Lichtblau
jlichtblau at archlinux.org
Wed Dec 17 20:50:08 UTC 2014
Date: Wednesday, December 17, 2014 @ 21:50:07
Author: jlichtblau
Revision: 124049
upgpkg: autojump 22.2.2-1
Modified:
autojump/trunk/PKGBUILD
----------+
PKGBUILD | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2014-12-17 19:00:33 UTC (rev 124048)
+++ PKGBUILD 2014-12-17 20:50:07 UTC (rev 124049)
@@ -6,8 +6,8 @@
# Contributor: Daniel J Griffiths <ghost1227 at archlinux.us>
pkgname=autojump
-pkgver=21.7.1
-pkgrel=2
+pkgver=22.2.2
+pkgrel=1
pkgdesc="A faster way to navigate your filesystem from the command line"
arch=('any')
url="http://wiki.github.com/joelthelion/autojump"
@@ -14,7 +14,7 @@
license=('GPL3')
depends=('python')
source=(https://github.com/joelthelion/${pkgname}/archive/release-v${pkgver}.tar.gz)
-sha256sums=('a3eeb53235c4a4d8bee2cad303cf1e0b3b53e59cc0814a4abe297a2672a7c20d')
+sha256sums=('db2683a36f78af384bd0c0a48dd6b082bdfc75c23dd3b59d0eea1ecc88f01ccc')
prepare() {
sed -i "s:/env python:/python3:g" ${pkgname}-release-v${pkgver}/bin/${pkgname}
@@ -23,5 +23,5 @@
package() {
cd ${pkgname}-release-v${pkgver}
- ./install.sh --global --destdir "${pkgdir}" --prefix 'usr/' --zshshare 'usr/share/zsh/site-functions'
+ ./install.py --destdir "${pkgdir}" --prefix 'usr/' --zshshare 'usr/share/zsh/site-functions'
}
More information about the arch-commits
mailing list