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

Lukas Fleischer lfleischer at archlinux.org
Wed Mar 22 06:34:29 UTC 2017


    Date: Wednesday, March 22, 2017 @ 06:34:28
  Author: lfleischer
Revision: 218319

archrelease: copy trunk to community-any

Added:
  zsh-lovers/repos/community-any/PKGBUILD
    (from rev 218318, zsh-lovers/trunk/PKGBUILD)
Deleted:
  zsh-lovers/repos/community-any/PKGBUILD

----------+
 PKGBUILD |   51 +++++++++++++++++++++++++--------------------------
 1 file changed, 25 insertions(+), 26 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2017-03-22 06:34:23 UTC (rev 218318)
+++ PKGBUILD	2017-03-22 06:34:28 UTC (rev 218319)
@@ -1,26 +0,0 @@
-# $Id$
-# Maintainer: Lukas Fleischer <lfleischer at archlinux.org>
-# Contributor: Grigorios Bouzakis <grbzks[at]gmail[dot]com>
-# Contributor: Patrick Leslie Polzer <polzer at gnu.org>
-# Contributor: Aaron 'venisonslurpee' Laursen <venisonslurpee at gmail.com>
-
-pkgname=zsh-lovers
-pkgver=0.9.0
-pkgrel=2
-pkgdesc="A collection of tips, tricks and examples for the Z shell."
-arch=('any')
-url='http://grml.org/zsh/#zshlovers'
-license=('GPL')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/grml/${pkgname}/archive/v${pkgver}.tar.gz")
-md5sums=('96de41a9b20a93b46f4adcfcf9948682')
-makedepends=('asciidoc')
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}/"
-  a2x -vv --no-xmllint -f manpage zsh-lovers.1.txt
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}/"
-  install -Dm0644 "${pkgname}.1" "${pkgdir}/usr/share/man/man1/${pkgname}.1"
-}

Copied: zsh-lovers/repos/community-any/PKGBUILD (from rev 218318, zsh-lovers/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2017-03-22 06:34:28 UTC (rev 218319)
@@ -0,0 +1,25 @@
+# Maintainer: Lukas Fleischer <lfleischer at archlinux.org>
+# Contributor: Grigorios Bouzakis <grbzks[at]gmail[dot]com>
+# Contributor: Patrick Leslie Polzer <polzer at gnu.org>
+# Contributor: Aaron 'venisonslurpee' Laursen <venisonslurpee at gmail.com>
+
+pkgname=zsh-lovers
+pkgver=0.9.1
+pkgrel=1
+pkgdesc="A collection of tips, tricks and examples for the Z shell."
+arch=('any')
+url='http://grml.org/zsh/#zshlovers'
+license=('GPL')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/grml/${pkgname}/archive/v${pkgver}.tar.gz")
+md5sums=('acfe9da0a15d1c3df082d2927fb86c42')
+makedepends=('asciidoc')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}/"
+  a2x -vv --no-xmllint -f manpage zsh-lovers.1.txt
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}/"
+  install -Dm0644 "${pkgname}.1" "${pkgdir}/usr/share/man/man1/${pkgname}.1"
+}



More information about the arch-commits mailing list