Date: Tuesday, March 11, 2014 @ 10:44:33
  Author: spupykin
Revision: 106971

archrelease: copy trunk to community-any

Added:
  bash-docs/repos/community-any/PKGBUILD
    (from rev 106970, bash-docs/trunk/PKGBUILD)
Deleted:
  bash-docs/repos/community-any/PKGBUILD

----------+
 PKGBUILD |   42 +++++++++++++++++++++---------------------
 1 file changed, 21 insertions(+), 21 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2014-03-11 09:44:24 UTC (rev 106970)
+++ PKGBUILD    2014-03-11 09:44:33 UTC (rev 106971)
@@ -1,21 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin <[email protected]>
-# Maintainer: jason ryan <[email protected]>
-# Contributor: Andrea Scarpino <[email protected]>
-
-pkgname=bash-docs
-pkgver=6.5
-pkgrel=1
-pkgdesc="Advanced Bash-Scripting Guide in HTML"
-arch=('any')
-url="http://tldp.org/LDP/abs/html/";
-license=('GPL')
-options=('docs')
-source=("http://www.tldp.org/LDP/abs/abs-guide.html.tar.gz";)
-md5sums=('51b7e41adc4aee54bd3fe20caf0b86c6')
-
-package(){
-  cd "$srcdir/abs-guide"
-  install -d ${pkgdir}/usr/share/doc/bash
-  cp -rf * ${pkgdir}/usr/share/doc/bash
-}

Copied: bash-docs/repos/community-any/PKGBUILD (from rev 106970, 
bash-docs/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2014-03-11 09:44:33 UTC (rev 106971)
@@ -0,0 +1,21 @@
+# $Id$
+# Maintainer: Sergej Pupykin <[email protected]>
+# Maintainer: jason ryan <[email protected]>
+# Contributor: Andrea Scarpino <[email protected]>
+
+pkgname=bash-docs
+pkgver=10
+pkgrel=1
+pkgdesc="Advanced Bash-Scripting Guide in HTML"
+arch=('any')
+url="http://tldp.org/LDP/abs/html/";
+license=('GPL')
+options=('docs')
+source=("http://www.tldp.org/LDP/abs/abs-guide.html.tar.gz";)
+md5sums=('7014ea02a91ada997373fd12053b4061')
+
+package(){
+  cd "$srcdir/abs-guide"
+  install -d ${pkgdir}/usr/share/doc/bash
+  cp -rf * ${pkgdir}/usr/share/doc/bash
+}

Reply via email to