[arch-commits] Commit in php-docs/repos/community-any (PKGBUILD PKGBUILD)
Sergej Pupykin
spupykin at nymeria.archlinux.org
Mon May 13 09:56:18 UTC 2013
Date: Monday, May 13, 2013 @ 11:56:17
Author: spupykin
Revision: 90584
archrelease: copy trunk to community-any
Added:
php-docs/repos/community-any/PKGBUILD
(from rev 90583, php-docs/trunk/PKGBUILD)
Deleted:
php-docs/repos/community-any/PKGBUILD
----------+
PKGBUILD | 44 ++++++++++++++++++++++----------------------
1 file changed, 22 insertions(+), 22 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2013-05-13 09:56:02 UTC (rev 90583)
+++ PKGBUILD 2013-05-13 09:56:17 UTC (rev 90584)
@@ -1,22 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
-# Contributor: tardo <tardo at nagi-fanboi.net>
-# Contributor: Rohan Dhruva (rohandhruva at gmail dot com)
-
-pkgname=php-docs
-pkgver=5.4.11
-pkgrel=1
-pkgdesc="Set of HTML documentation for PHP."
-arch=('any')
-url="http://www.php.net/docs.php"
-license=('PHP')
-depends=()
-options=('docs' '!strip')
-source=(php_manual_en-$pkgver.tar.gz::http://www.php.net/distributions/manual/php_manual_en.tar.gz)
-md5sums=('8dd4d28b16164da0cad488838b6515c0')
-
-build(){
- cd $srcdir
- install -d $pkgdir/usr/share/doc/php/
- cp -rf php-chunked-xhtml $pkgdir/usr/share/doc/php/
-}
Copied: php-docs/repos/community-any/PKGBUILD (from rev 90583, php-docs/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2013-05-13 09:56:17 UTC (rev 90584)
@@ -0,0 +1,22 @@
+# $Id$
+# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
+# Contributor: tardo <tardo at nagi-fanboi.net>
+# Contributor: Rohan Dhruva (rohandhruva at gmail dot com)
+
+pkgname=php-docs
+pkgver=5.4.15
+pkgrel=1
+pkgdesc="Set of HTML documentation for PHP."
+arch=('any')
+url="http://www.php.net/docs.php"
+license=('PHP')
+depends=()
+options=('docs' '!strip')
+source=(php_manual_en-$pkgver.tar.gz::http://www.php.net/distributions/manual/php_manual_en.tar.gz)
+md5sums=('1b4b1b3d6a62a4d6655139a41b6f5802')
+
+package(){
+ cd $srcdir
+ install -d $pkgdir/usr/share/doc/php/
+ cp -rf php-chunked-xhtml $pkgdir/usr/share/doc/php/
+}
More information about the arch-commits
mailing list