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

Allan McRae allan at archlinux.org
Thu Nov 3 14:11:43 UTC 2011


    Date: Thursday, November 3, 2011 @ 10:11:43
  Author: allan
Revision: 141952

signing rebuild, update man page

Modified:
  tar/trunk/PKGBUILD
  tar/trunk/tar.1

----------+
 PKGBUILD |    7 ++++---
 tar.1    |    9 ++++++---
 2 files changed, 10 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2011-11-03 13:36:47 UTC (rev 141951)
+++ PKGBUILD	2011-11-03 14:11:43 UTC (rev 141952)
@@ -4,7 +4,7 @@
 
 pkgname=tar
 pkgver=1.26
-pkgrel=1
+pkgrel=2
 pkgdesc="Utility used to store, backup, and transport files"
 arch=('i686' 'x86_64')
 url="http://www.gnu.org/software/tar/tar.html"
@@ -13,10 +13,11 @@
 depends=('glibc' 'sh')
 options=('!emptydirs')
 install=tar.install
-source=(ftp://ftp.gnu.org/gnu/$pkgname/$pkgname-$pkgver.tar.xz
+source=(ftp://ftp.gnu.org/gnu/$pkgname/$pkgname-$pkgver.tar.xz{,.sig}
         tar.1)
 md5sums=('0ced6f20b9fa1bea588005b5ad4b52c1'
-         'e0538778516a284e3558c454b2576c2f')
+         '6618d5fe7785e138c27d7d6a24e998b2'
+         'e97e7343f4e23724b4c48bca2f033e38')
 
 build() {
   cd ${srcdir}/$pkgname-$pkgver

Modified: tar.1
===================================================================
--- tar.1	2011-11-03 13:36:47 UTC (rev 141951)
+++ tar.1	2011-11-03 14:11:43 UTC (rev 141952)
@@ -1,5 +1,5 @@
-.\" generated by script on Wed Mar 10 17:01:09 2010
-.Dd Mar 10, 2010
+.\" generated by script on Fri Aug 19 16:19:30 2011
+.Dd Aug 19, 2011
 .Dt TAR 1
 .Sh NAME
 .Nm tar
@@ -110,6 +110,8 @@
 run script at end of each tape (implies -M)
 .It Fl \-force\-local
 archive file is local even if it has a colon
+.It Fl \-full\-time
+print file time to its full resolution
 .It Fl g , Fl \-listed\-incremental Ar FILE
 handle new GNU-format incremental backup
 .It Fl G , Fl \-incremental
@@ -283,7 +285,7 @@
 .It Fl \-no\-unquote
 do not unquote filenames read with -T
 .It Fl \-utc
-print file modification dates in UTC
+print file modification times in UTC
 .It Fl v , Fl \-verbose
 verbosely list files processed
 .It Fl V , Fl \-label Ar TEXT
@@ -329,6 +331,7 @@
 .Fl \-file
 is not specified.
 If this environment variable is unset, use stdin or stdout instead.
+.It Ev TAR_LONGLINK_100
 .El
 .Sh EXAMPLES
 Create archive.tar from files foo and bar.




More information about the arch-commits mailing list