[arch-commits] CVS update of arch/build/base/man-pages (PKGBUILD)

Tobias Powalowski tpowa at archlinux.org
Sun Aug 19 16:41:22 UTC 2007


    Date: Sunday, August 19, 2007 @ 12:41:22
  Author: tpowa
    Path: /home/cvs-arch/arch/build/base/man-pages

Modified: PKGBUILD (1.66 -> 1.67)

'upgpkg: update to new version'


----------+
 PKGBUILD |    9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)


Index: arch/build/base/man-pages/PKGBUILD
diff -u arch/build/base/man-pages/PKGBUILD:1.66 arch/build/base/man-pages/PKGBUILD:1.67
--- arch/build/base/man-pages/PKGBUILD:1.66	Mon Jul  2 15:36:50 2007
+++ arch/build/base/man-pages/PKGBUILD	Sun Aug 19 12:41:22 2007
@@ -1,18 +1,19 @@
-# $Id: PKGBUILD,v 1.66 2007/07/02 19:36:50 andyrtr Exp $
+# $Id: PKGBUILD,v 1.67 2007/08/19 16:41:22 tpowa Exp $
 # Maintainer: judd <jvinet at zeroflux.org>
 pkgname=man-pages
-pkgver=2.60
+pkgver=2.64
 pkgrel=1
 pkgdesc="Linux man pages"
 arch=(i686 x86_64)
+license=('GPL')
 url="http://www.win.tue.nl/~aeb/linux/man"
 depends=()
 source=(ftp://ftp.kernel.org/pub/linux/docs/manpages/$pkgname-$pkgver.tar.gz)
-md5sums=('444ff8747f8eb8a0dfd95c9158f56c79')
+md5sums=('77443f9789f6f8110bc8e769be4c76e3')
 
 build() {
   cd $startdir/src/$pkgname-$pkgver
-  make prefix=$startdir/pkg install
+  make prefix=$startdir/pkg/usr install
 
   cd $startdir/pkg/usr/share/man
   # these are included in coreutils




More information about the arch-commits mailing list