diff options
author | root <root@rshg054.dnsready.net> | 2011-10-02 23:14:32 +0000 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2011-10-02 23:14:32 +0000 |
commit | ad84169d66d20378d28533c216b73c9a6646d6d7 (patch) | |
tree | 2746e102687e113dd81d632b51933b62ff458934 /extra/di | |
parent | 0f78806d775c4d46c649425fcb67964d53531db8 (diff) |
Sun Oct 2 23:14:32 UTC 2011
Diffstat (limited to 'extra/di')
-rw-r--r-- | extra/di/PKGBUILD | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/extra/di/PKGBUILD b/extra/di/PKGBUILD index d0437cfc7..b05837568 100644 --- a/extra/di/PKGBUILD +++ b/extra/di/PKGBUILD @@ -1,18 +1,16 @@ -# $Id: PKGBUILD 137944 2011-09-12 21:48:44Z eric $ +# $Id: PKGBUILD 139175 2011-10-01 04:29:21Z eric $ # Maintainer: Eric BĂ©langer <eric@archlinux.org> pkgname=di -pkgver=4.28 +pkgver=4.29 pkgrel=1 pkgdesc="A disk information utility, displaying everything (and more) that your df command does" arch=('i686' 'x86_64') url="http://www.gentoo.com/di/" license=('ZLIB') depends=('glibc') -options=('!makeflags') source=(http://www.gentoo.com/di/${pkgname}-${pkgver}.tar.gz) -md5sums=('8f56121562ac3ca05b48c0827ec0d48d') -sha1sums=('b65c7fa10d8d319107a26036daaa95803b3ecb1e') +sha1sums=('620b22b362067b48c25674b1af494015453d7cd9') build() { cd "${srcdir}/${pkgname}-${pkgver}" |