Date: Sunday, February 23, 2014 @ 00:05:10
  Author: thomas
Revision: 206254

archrelease: copy trunk to extra-any

Added:
  linux-manpages/repos/extra-any/PKGBUILD
    (from rev 206253, linux-manpages/trunk/PKGBUILD)
Deleted:
  linux-manpages/repos/extra-any/PKGBUILD

----------+
 PKGBUILD |   60 ++++++++++++++++++++++++++++++------------------------------
 1 file changed, 30 insertions(+), 30 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2014-02-22 23:04:56 UTC (rev 206253)
+++ PKGBUILD    2014-02-22 23:05:10 UTC (rev 206254)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Tobias Powalowski <tp...@archlinux.org>
-# Maintainer: Thomas Baechler <tho...@archlinux.org>
-
-pkgname=linux-manpages
-pkgver=3.12
-pkgrel=1
-pkgdesc="Kernel hackers manual - Section 9 manpages that comes with the Linux 
kernel."
-arch=('any')
-url="http://www.kernel.org";
-license=('GPL2')
-makedepends=('xmlto' 'docbook-xsl')
-replaces=('kernel26-manpages')
-conflicts=('kernel26-manpages')
-provides=('kernel26-manpages')
-source=("http://www.kernel.org/pub/linux/kernel/v3.x/linux-${pkgver}.tar.xz";)
-sha256sums=('2e120ec7fde19fa51dc6b6cc11c81860a0775defcad5a5bf910ed9a50e845a02')
-
-build() {
-  cd "${srcdir}/linux-$pkgver"
-  make mandocs
-}
-
-package() {
-  install -d "${pkgdir}/usr/share/man/man9/"
-  install "${srcdir}"/linux-$pkgver/Documentation/DocBook/man/*.9.gz \
-    "${pkgdir}/usr/share/man/man9/"
-
-  find "${pkgdir}" -type f -exec chmod 644 {} \;
-}

Copied: linux-manpages/repos/extra-any/PKGBUILD (from rev 206253, 
linux-manpages/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2014-02-22 23:05:10 UTC (rev 206254)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Tobias Powalowski <tp...@archlinux.org>
+# Maintainer: Thomas Baechler <tho...@archlinux.org>
+
+pkgname=linux-manpages
+pkgver=3.13
+pkgrel=1
+pkgdesc="Kernel hackers manual - Section 9 manpages that comes with the Linux 
kernel."
+arch=('any')
+url="http://www.kernel.org";
+license=('GPL2')
+makedepends=('xmlto' 'docbook-xsl')
+replaces=('kernel26-manpages')
+conflicts=('kernel26-manpages')
+provides=('kernel26-manpages')
+source=("http://www.kernel.org/pub/linux/kernel/v3.x/linux-${pkgver}.tar.xz";)
+sha256sums=('4d5e5eee5f276424c32e9591f1b6c971baedc7b49f28ce03d1f48b1e5d6226a2')
+
+build() {
+  cd "${srcdir}/linux-$pkgver"
+  make mandocs
+}
+
+package() {
+  install -d "${pkgdir}/usr/share/man/man9/"
+  install "${srcdir}"/linux-$pkgver/Documentation/DocBook/man/*.9.gz \
+    "${pkgdir}/usr/share/man/man9/"
+
+  find "${pkgdir}" -type f -exec chmod 644 {} \;
+}

Reply via email to