[arch-commits] Commit in (3 files)

Pierre Schmitz pierre at archlinux.org
Sun Aug 7 19:51:29 UTC 2011


    Date: Sunday, August 7, 2011 @ 15:51:29
  Author: pierre
Revision: 134798

Rename and update manpages for the linux kernel 3.0

Added:
  linux-manpages/
Modified:
  linux-manpages/trunk/PKGBUILD
Deleted:
  kernel26-manpages/

----------+
 PKGBUILD |   11 +++++++----
 1 file changed, 7 insertions(+), 4 deletions(-)

Modified: linux-manpages/trunk/PKGBUILD
===================================================================
--- kernel26-manpages/trunk/PKGBUILD	2011-08-07 19:27:47 UTC (rev 134797)
+++ linux-manpages/trunk/PKGBUILD	2011-08-07 19:51:29 UTC (rev 134798)
@@ -2,16 +2,19 @@
 # Maintainer: Tobias Powalowski <tpowa at archlinux.org>
 # Maintainer: Thomas Baechler <thomas at archlinux.org>
 
-pkgname=kernel26-manpages
-pkgver=2.6.39
+pkgname=linux-manpages
+pkgver=3.0.1
 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')
-source=(ftp://ftp.kernel.org/pub/linux/kernel/v2.6/linux-$pkgver.tar.bz2)
-md5sums=('1aab7a741abe08d42e8eccf20de61e05')
+replaces=('kernel26-manpages')
+conflicts=('kernel26-manpages')
+provides=('kernel26-manpages')
+source=("ftp://ftp.kernel.org/pub/linux/kernel/v3.x/linux-${pkgver}.tar.bz2")
+md5sums=('aed949984b878b7fb77ffe9cbee8ce0c')
 
 build() {
   cd "${srcdir}/linux-$pkgver"




More information about the arch-commits mailing list