Date: Saturday, November 9, 2019 @ 15:47:21 Author: arojas Revision: 367282
Update to 2.13 Modified: cpio/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2019-11-09 15:42:40 UTC (rev 367281) +++ PKGBUILD 2019-11-09 15:47:21 UTC (rev 367282) @@ -1,7 +1,7 @@ # Maintainer: judd <[email protected]> pkgname=cpio -pkgver=2.12 -pkgrel=4 +pkgver=2.13 +pkgrel=1 pkgdesc="A tool to copy files into or out of a cpio or tar archive" arch=(x86_64) license=('GPL') @@ -8,7 +8,7 @@ url="https://www.gnu.org/software/cpio" depends=('glibc') source=(https://ftp.gnu.org/gnu/cpio/cpio-${pkgver}.tar.gz) -md5sums=('fc207561a86b63862eea4b8300313e86') +md5sums=('389c5452d667c23b5eceb206f5000810') build() { cd ${pkgname}-${pkgver}
