Date: Saturday, February 23, 2019 @ 16:19:35 Author: seblu Revision: 346723
upgpkg: tar 1.32-1 Modified: tar/trunk/PKGBUILD ----------+ PKGBUILD | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2019-02-23 15:52:11 UTC (rev 346722) +++ PKGBUILD 2019-02-23 16:19:35 UTC (rev 346723) @@ -3,8 +3,8 @@ # Contributor: Andreas Radke <[email protected]> pkgname=tar -pkgver=1.31 -pkgrel=2 +pkgver=1.32 +pkgrel=1 pkgdesc='Utility used to store, backup, and transport files' arch=('x86_64') url='https://www.gnu.org/software/tar/' @@ -13,11 +13,9 @@ depends=('glibc' 'acl' 'attr') options=('!emptydirs') validpgpkeys=('325F650C4C2B6AD58807327A3602B07F55D0C732') # Sergey Poznyakoff -source=("https://ftp.gnu.org/gnu/$pkgname/$pkgname-$pkgver.tar.xz"{,.sig} - '01.patch::https://git.savannah.gnu.org/cgit/tar.git/patch/?id=85c005ee1345c342f707f3c55317daf6cb050603') -md5sums=('bc9a89da1185ceb2210de12552c43ce2' - 'SKIP' - 'c59638fdf88b94c46561fb68d869c5ff') +source=("https://ftp.gnu.org/gnu/$pkgname/$pkgname-$pkgver.tar.xz"{,.sig}) +md5sums=('83e38700a80a26e30b2df054e69956e5' + 'SKIP') prepare() { cd $pkgname-$pkgver
