diff --git a/cpio/PKGBUILD b/cpio/PKGBUILD index 800afda6..e42e25c7 100644 --- a/cpio/PKGBUILD +++ b/cpio/PKGBUILD @@ -1,7 +1,7 @@ # Maintainer: Eon Jeong pkgname=cpio -pkgver=2.13 +pkgver=2.14 pkgrel=1 pkgdesc="cpio - copy files to/from archives" arch=('i686' 'x86_64') @@ -11,7 +11,7 @@ depends=('libintl') makedepends=('gettext-devel' 'autotools' 'gcc') options=('staticlibs') source=(https://ftp.gnu.org/pub/gnu/cpio/cpio-${pkgver}.tar.gz) -sha256sums=('e87470d9c984317f658567c03bfefb6b0c829ff17dbf6b0de48d71a4c8f3db88') +sha256sums=('145a340fd9d55f0b84779a44a12d5f79d77c99663967f8cfa168d7905ca52454') build() { cd ${srcdir}/${pkgname}-${pkgver}