Date: Sunday, March 6, 2016 @ 00:12:16 Author: arojas Revision: 260982
Update to 5.2.11 Modified: whois/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2016-03-05 23:11:22 UTC (rev 260981) +++ PKGBUILD 2016-03-05 23:12:16 UTC (rev 260982) @@ -3,7 +3,7 @@ # Contributor: Tom Newsom <jeeps...@gmx.co.uk> pkgname=whois -pkgver=5.2.7 +pkgver=5.2.11 pkgrel=1 pkgdesc="The whois client by Marco d'Itri" arch=('i686' 'x86_64') @@ -13,7 +13,7 @@ makedepends=('perl') backup=('etc/whois.conf') source=("http://ftp.debian.org/debian/pool/main/w/whois/${pkgname}_${pkgver}.tar.xz") -md5sums=('5dc3d9d77224109f61b5dd1e7cfafebc') +md5sums=('df870615563b23e2270ffc4f039290a1') build() { cd "${srcdir}/${pkgname}-${pkgver}"