[arch-commits] Commit in autojump/repos/community-any (PKGBUILD PKGBUILD)

Jaroslav Lichtblau jlichtblau at archlinux.org
Wed Dec 17 20:50:53 UTC 2014


    Date: Wednesday, December 17, 2014 @ 21:50:52
  Author: jlichtblau
Revision: 124050

archrelease: copy trunk to community-any

Added:
  autojump/repos/community-any/PKGBUILD
    (from rev 124049, autojump/trunk/PKGBUILD)
Deleted:
  autojump/repos/community-any/PKGBUILD

----------+
 PKGBUILD |   54 +++++++++++++++++++++++++++---------------------------
 1 file changed, 27 insertions(+), 27 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2014-12-17 20:50:07 UTC (rev 124049)
+++ PKGBUILD	2014-12-17 20:50:52 UTC (rev 124050)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Jaroslav Lichtblau <svetlemodry at archlinux.org>
-# Contributor: graysky <graysky AT archlnux DOT us>
-# Contributor: Geoffroy Carrier <geoffroy at archlinux.org>
-# Contributor: Joël Schaerer <joel.schaerer at laposte.net>
-# Contributor: Daniel J Griffiths <ghost1227 at archlinux.us>
-
-pkgname=autojump
-pkgver=21.7.1
-pkgrel=2
-pkgdesc="A faster way to navigate your filesystem from the command line"
-arch=('any')
-url="http://wiki.github.com/joelthelion/autojump"
-license=('GPL3')
-depends=('python')
-source=(https://github.com/joelthelion/${pkgname}/archive/release-v${pkgver}.tar.gz)
-sha256sums=('a3eeb53235c4a4d8bee2cad303cf1e0b3b53e59cc0814a4abe297a2672a7c20d')
-
-prepare() {
-  sed -i "s:/env python:/python3:g" ${pkgname}-release-v${pkgver}/bin/${pkgname}
-}
-
-package() {
-  cd ${pkgname}-release-v${pkgver}
-
-  ./install.sh --global --destdir "${pkgdir}" --prefix 'usr/' --zshshare 'usr/share/zsh/site-functions'
-}

Copied: autojump/repos/community-any/PKGBUILD (from rev 124049, autojump/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2014-12-17 20:50:52 UTC (rev 124050)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau <svetlemodry at archlinux.org>
+# Contributor: graysky <graysky AT archlnux DOT us>
+# Contributor: Geoffroy Carrier <geoffroy at archlinux.org>
+# Contributor: Joël Schaerer <joel.schaerer at laposte.net>
+# Contributor: Daniel J Griffiths <ghost1227 at archlinux.us>
+
+pkgname=autojump
+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"
+license=('GPL3')
+depends=('python')
+source=(https://github.com/joelthelion/${pkgname}/archive/release-v${pkgver}.tar.gz)
+sha256sums=('db2683a36f78af384bd0c0a48dd6b082bdfc75c23dd3b59d0eea1ecc88f01ccc')
+
+prepare() {
+  sed -i "s:/env python:/python3:g" ${pkgname}-release-v${pkgver}/bin/${pkgname}
+}
+
+package() {
+  cd ${pkgname}-release-v${pkgver}
+
+  ./install.py --destdir "${pkgdir}" --prefix 'usr/' --zshshare 'usr/share/zsh/site-functions'
+}



More information about the arch-commits mailing list