diff options
author | root <root@rshg054.dnsready.net> | 2011-10-11 23:14:37 +0000 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2011-10-11 23:14:37 +0000 |
commit | f482dc1bd42773a12552e5a60df119410a0d8bd8 (patch) | |
tree | 7ef11817f41aecf969aeeb03f0dbb3cc28e2d8b4 /extra/di | |
parent | cbcf42aba84733e1b9072f5320519c99bf8c0ac7 (diff) |
Tue Oct 11 23:14:37 UTC 2011
Diffstat (limited to 'extra/di')
-rw-r--r-- | extra/di/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/extra/di/PKGBUILD b/extra/di/PKGBUILD index b05837568..65d1420c2 100644 --- a/extra/di/PKGBUILD +++ b/extra/di/PKGBUILD @@ -1,8 +1,8 @@ -# $Id: PKGBUILD 139175 2011-10-01 04:29:21Z eric $ +# $Id: PKGBUILD 140256 2011-10-11 02:47:40Z eric $ # Maintainer: Eric BĂ©langer <eric@archlinux.org> pkgname=di -pkgver=4.29 +pkgver=4.30 pkgrel=1 pkgdesc="A disk information utility, displaying everything (and more) that your df command does" arch=('i686' 'x86_64') @@ -10,7 +10,7 @@ url="http://www.gentoo.com/di/" license=('ZLIB') depends=('glibc') source=(http://www.gentoo.com/di/${pkgname}-${pkgver}.tar.gz) -sha1sums=('620b22b362067b48c25674b1af494015453d7cd9') +sha1sums=('45fae9dd34df9f5f2c391237fb316c056d4854fe') build() { cd "${srcdir}/${pkgname}-${pkgver}" |