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

andyrtr at archlinux.org andyrtr at archlinux.org
Sun Jul 1 19:53:34 UTC 2007


    Date: Sunday, July 1, 2007 @ 15:53:34
  Author: andyrtr
    Path: /home/cvs-arch/arch/build/base/tar

Modified: PKGBUILD (1.20 -> 1.21)

updatepkg 1.18


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


Index: arch/build/base/tar/PKGBUILD
diff -u arch/build/base/tar/PKGBUILD:1.20 arch/build/base/tar/PKGBUILD:1.21
--- arch/build/base/tar/PKGBUILD:1.20	Fri Jun  8 16:54:57 2007
+++ arch/build/base/tar/PKGBUILD	Sun Jul  1 15:53:34 2007
@@ -1,7 +1,7 @@
-# $Id: PKGBUILD,v 1.20 2007/06/08 20:54:57 alexander Exp $
+# $Id: PKGBUILD,v 1.21 2007/07/01 19:53:34 andyrtr Exp $
 # Maintainer: judd <jvinet at zeroflux.org>
 pkgname=tar
-pkgver=1.17
+pkgver=1.18
 pkgrel=1
 pkgdesc="Utility used to store, backup, and transport files"
 arch=(i686 x86_64)
@@ -9,7 +9,7 @@
 url="http://www.gnu.org/software/tar/tar.html"
 depends=('glibc' 'bash')
 source=(ftp://ftp.gnu.org/gnu/$pkgname/$pkgname-$pkgver.tar.gz tar.1)
-md5sums=('65e568b83caf7aa865144031e7a7c6a8'
+md5sums=('ab7fb052e4d1c941557db0a15593abb4'
          'a5f8c5da7a9465ea1978145f3ef0610c')
 
 build() {
@@ -17,5 +17,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/man/man1/tar.1
 }




More information about the arch-commits mailing list