diff options
author | root <root@rshg054.dnsready.net> | 2013-03-28 00:05:06 -0700 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2013-03-28 00:05:06 -0700 |
commit | 0fbe25a10dce8ec16455854ed6929b688f98cb36 (patch) | |
tree | 24eae9f7b5c6ac412f662427713708f11c197628 /core/diffutils | |
parent | 87fbcb30b652672a7e110b66a4c15342e27df826 (diff) |
Thu Mar 28 00:05:05 PDT 2013
Diffstat (limited to 'core/diffutils')
-rw-r--r-- | core/diffutils/PKGBUILD | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/core/diffutils/PKGBUILD b/core/diffutils/PKGBUILD index 44b02060d..0ed2f9049 100644 --- a/core/diffutils/PKGBUILD +++ b/core/diffutils/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 137084 2011-09-06 04:35:05Z allan $ +# $Id: PKGBUILD 180850 2013-03-27 01:10:49Z allan $ # Maintainer: Allan McRae <allan@archlinux.org> # Contributor: Andreas Radke <andyrtr@archlinux.org> pkgname=diffutils -pkgver=3.2 +pkgver=3.3 pkgrel=1 pkgdesc="Utility programs used for creating patch files" arch=('i686' 'x86_64') @@ -12,8 +12,9 @@ license=('GPL3') groups=('base') depends=('glibc' 'sh') install=diffutils.install -source=(ftp://ftp.gnu.org/gnu/${pkgname}/${pkgname}-${pkgver}.tar.xz) -md5sums=('26ff64c332429c830c154be46b393382') +source=(ftp://ftp.gnu.org/gnu/${pkgname}/${pkgname}-${pkgver}.tar.xz{,.sig}) +md5sums=('99180208ec2a82ce71f55b0d7389f1b3' + '203a2f2101dfcc09cdac655be353fd78') build() { cd ${srcdir}/${pkgname}-${pkgver} |