summaryrefslogtreecommitdiff
path: root/core/tar/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'core/tar/PKGBUILD')
-rw-r--r--core/tar/PKGBUILD6
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() {