[arch-commits] Commit in z/repos/community-any (PKGBUILD PKGBUILD z.install z.install)

Felix Yan felixonmars at archlinux.org
Sat Feb 16 17:34:58 UTC 2019


    Date: Saturday, February 16, 2019 @ 17:34:57
  Author: felixonmars
Revision: 433566

archrelease: copy trunk to community-any

Added:
  z/repos/community-any/PKGBUILD
    (from rev 433565, z/trunk/PKGBUILD)
  z/repos/community-any/z.install
    (from rev 433565, z/trunk/z.install)
Deleted:
  z/repos/community-any/PKGBUILD
  z/repos/community-any/z.install

-----------+
 PKGBUILD  |   49 ++++++++++++++++++++++++-------------------------
 z.install |    8 ++++----
 2 files changed, 28 insertions(+), 29 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2019-02-16 17:34:38 UTC (rev 433565)
+++ PKGBUILD	2019-02-16 17:34:57 UTC (rev 433566)
@@ -1,25 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-# Contributor: Semyon Maryasin <marsoft at ya.ru>
-
-pkgname=z
-pkgver=1.9
-pkgrel=1
-pkgdesc="Tracks your most used directories, based on 'frecency'"
-arch=('any')
-url="https://github.com/rupa/z/"
-license=('WTFPL')
-depends=('bash')
-source=("$pkgname-$pkgver.tar.gz::https://codeload.github.com/rupa/$pkgname/tar.gz/v$pkgver")
-sha256sums=('e2860e4f65770e02297ca4ca08ec1ee623a658bd9cc1acddbbe5ad22e1de70a7')
-install=z.install
-
-package() {
-	cd "$srcdir/$pkgname-$pkgver"
-
-	# update path in manpage
-	sed -i z.1 -e "s:/path/to/z.sh:/usr/share/$pkgname/z.sh:g"
-	install -Dm 644 z.1 "$pkgdir/usr/share/man/man1/z.1"
-
-	install -Dm 644 z.sh "$pkgdir/usr/share/$pkgname/z.sh"
-}

Copied: z/repos/community-any/PKGBUILD (from rev 433565, z/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-02-16 17:34:57 UTC (rev 433566)
@@ -0,0 +1,24 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Semyon Maryasin <marsoft at ya.ru>
+
+pkgname=z
+pkgver=1.10
+pkgrel=1
+pkgdesc="Tracks your most used directories, based on 'frecency'"
+arch=('any')
+url="https://github.com/rupa/z/"
+license=('WTFPL')
+depends=('bash')
+source=("$pkgname-$pkgver.tar.gz::https://codeload.github.com/rupa/$pkgname/tar.gz/v$pkgver")
+sha256sums=('25bb7cef3244e750946fd461e5aab5bdc15072589af5750c99d9d58bc525738a')
+install=z.install
+
+package() {
+	cd "$srcdir/$pkgname-$pkgver"
+
+	# update path in manpage
+	sed -i z.1 -e "s:/path/to/z.sh:/usr/share/$pkgname/z.sh:g"
+	install -Dm 644 z.1 "$pkgdir/usr/share/man/man1/z.1"
+
+	install -Dm 644 z.sh "$pkgdir/usr/share/$pkgname/z.sh"
+}

Deleted: z.install
===================================================================
--- z.install	2019-02-16 17:34:38 UTC (rev 433565)
+++ z.install	2019-02-16 17:34:57 UTC (rev 433566)
@@ -1,4 +0,0 @@
-post_install(){
-  echo 'To use, add the following command to ~/.bashrc or /etc/bash.bashrc or ~/.zshrc:'
-  echo '[[ -r "/usr/share/z/z.sh" ]] && source /usr/share/z/z.sh'
-}

Copied: z/repos/community-any/z.install (from rev 433565, z/trunk/z.install)
===================================================================
--- z.install	                        (rev 0)
+++ z.install	2019-02-16 17:34:57 UTC (rev 433566)
@@ -0,0 +1,4 @@
+post_install(){
+  echo 'To use, add the following command to ~/.bashrc or /etc/bash.bashrc or ~/.zshrc:'
+  echo '[[ -r "/usr/share/z/z.sh" ]] && source /usr/share/z/z.sh'
+}



More information about the arch-commits mailing list