[arch-commits] Commit in tree/repos (extra-x86_64 extra-x86_64/PKGBUILD)

Eric Belanger eric at archlinux.org
Wed Oct 1 00:20:41 UTC 2008


    Date: Tuesday, September 30, 2008 @ 20:20:41
  Author: eric
Revision: 13986

fixing svn conflict

Modified:
  tree/repos/extra-x86_64/	(properties)
  tree/repos/extra-x86_64/PKGBUILD

----------+
 PKGBUILD |   12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)


Property changes on: tree/repos/extra-x86_64
___________________________________________________________________
Name: svnmerge-integrated
   - /tree/trunk:1
   + /tree/trunk:1-13985

Modified: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD	2008-10-01 00:15:47 UTC (rev 13985)
+++ extra-x86_64/PKGBUILD	2008-10-01 00:20:41 UTC (rev 13986)
@@ -1,22 +1,22 @@
 # $Id$
-# Maintainer: juergen <juergen at archlinux.org>
+# Maintainer: Giovanni Scafora <giovanni at archlinux.org>
 # Contributor: Tom Newsom <Jeepster at gmx.co.uk>
 #
 
 pkgname=tree
-pkgver=1.5.1.1
-pkgrel=1
+pkgver=1.5.2.1
+pkgrel=2
 pkgdesc="A directory listing program displaying a depth indented list of files"
-arch=(i686 x86_64)
+arch=('i686' 'x86_64')
 license=('GPL')
 depends=('glibc')
 source=(ftp://mama.indstate.edu/linux/tree/$pkgname-$pkgver.tgz)
-md5sums=('f8fc70a9260b50bf8b4613e9d5f5e589')
+md5sums=('73d5fa220dfef1ee9c1876c3966f1c18')
 url="http://mama.indstate.edu/users/ice/tree/"
 
 build() {
   cd $startdir/src/$pkgname-$pkgver
   make || return 1
-  make prefix=$startdir/pkg/usr install
+  make prefix=$startdir/pkg/usr MANDIR=$startdir/pkg/usr/share/man/man1 install
 }
 # vim: ts=2 sw=2 et ft=sh




More information about the arch-commits mailing list