diff options
author | Nicolás Reynolds <fauno@endefensadelsl.org> | 2013-12-27 23:55:53 +0000 |
---|---|---|
committer | Nicolás Reynolds <fauno@endefensadelsl.org> | 2013-12-27 23:55:53 +0000 |
commit | 65eeff79fff8a1bfdf67ca51d147384f46f4d5c0 (patch) | |
tree | fbfdff322b28d9a3c37e6e31c94caf1d8e48dac1 /core/tar/PKGBUILD | |
parent | d53c44f055929b18d7d1b25f8367ee5836c435fc (diff) |
Fri Dec 27 23:54:04 UTC 2013
Diffstat (limited to 'core/tar/PKGBUILD')
-rw-r--r-- | core/tar/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/core/tar/PKGBUILD b/core/tar/PKGBUILD index 4970dba50..67f548c5a 100644 --- a/core/tar/PKGBUILD +++ b/core/tar/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 195996 2013-10-07 10:34:06Z allan $ +# $Id: PKGBUILD 199999 2013-11-21 01:21:02Z allan $ # Maintainer: Allan McRae <allan@archlinux.org> # Contributor: Andreas Radke <andyrtr@archlinux.org> pkgname=tar -pkgver=1.27 +pkgver=1.27.1 pkgrel=1 pkgdesc="Utility used to store, backup, and transport files" arch=('i686' 'x86_64') @@ -14,7 +14,7 @@ depends=('glibc' 'sh') options=('!emptydirs') install=tar.install source=(ftp://ftp.gnu.org/gnu/$pkgname/$pkgname-$pkgver.tar.xz{,.sig}) -md5sums=('3484fc42b7a82b82f2305b2971aa0e56' +md5sums=('e0382a4064e09a4943f3adeff1435978' 'SKIP') build() { |