[arch-commits] Commit in tar/trunk (PKGBUILD)

andyrtr at archlinux.org andyrtr at archlinux.org
Mon Apr 28 22:03:54 UTC 2008


    Date: Monday, April 28, 2008 @ 18:03:54
  Author: andyrtr
Revision: 1053

upgpkg: tar 1.20-2
    fixed man page location and fixed license

Modified:
  tar/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2008-04-28 21:46:08 UTC (rev 1052)
+++ PKGBUILD	2008-04-28 22:03:54 UTC (rev 1053)
@@ -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