[arch-commits] Commit in tar/repos (testing-i686 testing-i686/PKGBUILD)

andyrtr at archlinux.org andyrtr at archlinux.org
Mon Apr 28 22:14:11 UTC 2008


    Date: Monday, April 28, 2008 @ 18:14:10
  Author: andyrtr
Revision: 1056

Merged revisions 856-1055 via svnmerge from 
svn+ssh://svn.archlinux.org/home/svn-packages/tar/trunk

........
  r1053 | andyrtr | 2008-04-28 22:03:54 +0000 (Mon, 28 Apr 2008) | 2 lines
  
  upgpkg: tar 1.20-2
      fixed man page location and fixed license
........

Modified:
  tar/repos/testing-i686/	(properties)
  tar/repos/testing-i686/PKGBUILD

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


Property changes on: tar/repos/testing-i686
___________________________________________________________________
Name: svnmerge-integrated
   - /tar/trunk:1-855
   + /tar/trunk:1-1055

Modified: testing-i686/PKGBUILD
===================================================================
--- testing-i686/PKGBUILD	2008-04-28 22:11:14 UTC (rev 1055)
+++ testing-i686/PKGBUILD	2008-04-28 22:14:10 UTC (rev 1056)
@@ -2,10 +2,10 @@
 # Maintainer: judd <jvinet at zeroflux.org>
 pkgname=tar
 pkgver=1.20
-pkgrel=1
+pkgrel=2
 pkgdesc="Utility used to store, backup, and transport files"
-arch=(i686 x86_64)
-license=('GPL')
+arch=('i686' 'x86_64')
+license=('GPL3')
 groups=('base')
 url="http://www.gnu.org/software/tar/tar.html"
 depends=('glibc' 'bash')
@@ -18,5 +18,5 @@
   ./configure --prefix=/usr --libexecdir=/usr/lib/tar --bindir=/bin
   make || return 1
   make DESTDIR=$startdir/pkg install
-  install -D -m644 ../tar.1 $startdir/pkg/usr/man/man1/tar.1
+  install -D -m644 ../tar.1 $startdir/pkg/usr/share/man/man1/tar.1
 }





More information about the arch-commits mailing list