diff options
author | root <root@rshg054.dnsready.net> | 2011-12-02 23:14:59 +0000 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2011-12-02 23:14:59 +0000 |
commit | 8eed59114cbcf729b65f87d3f73530f6c8363d20 (patch) | |
tree | db7d4f28ed86bbb2681253cb8bae851030d111e3 /extra/whois | |
parent | 9e9ab642711f2424f828e21d14b98c45cdef2b29 (diff) |
Fri Dec 2 23:14:59 UTC 2011
Diffstat (limited to 'extra/whois')
-rw-r--r-- | extra/whois/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/extra/whois/PKGBUILD b/extra/whois/PKGBUILD index fcbf0fc9f..a6423691b 100644 --- a/extra/whois/PKGBUILD +++ b/extra/whois/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 141085 2011-10-23 14:30:06Z giovanni $ +# $Id: PKGBUILD 143998 2011-12-01 15:53:42Z giovanni $ # Maintainer: Giovanni Scafora <giovanni@archlinux.org> # Contributor: Tom Newsom <Jeepster@gmx.co.uk> pkgname=whois -pkgver=5.0.12 +pkgver=5.0.13 pkgrel=1 pkgdesc="The whois client by Marco d'Itri" arch=('i686' 'x86_64') @@ -12,7 +12,7 @@ license=('GPL') depends=('libidn') makedepends=('perl') source=("http://ftp.debian.org/debian/pool/main/w/whois/${pkgname}_${pkgver}.tar.gz") -md5sums=('1147b6a993af384ba341cb91666c7e97') +md5sums=('1c703fa6ddc2f41ae94efc7c8bfc794d') build() { cd "${srcdir}/${pkgname}-${pkgver}" |