diff options
author | root <root@rshg054.dnsready.net> | 2012-09-28 01:39:44 -0700 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2012-09-28 01:39:44 -0700 |
commit | 3edc42216fee4bb8237aa128510c32ceb77dfd8f (patch) | |
tree | 1745e2804c7f439fdb27aefa6f4a6884f0442727 /community/ncdu | |
parent | bd8faf795abf6d91abdc52bc968829cc2efae4bb (diff) |
Fri Sep 28 01:39:41 PDT 2012
Diffstat (limited to 'community/ncdu')
-rw-r--r-- | community/ncdu/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/community/ncdu/PKGBUILD b/community/ncdu/PKGBUILD index 2a61a768d..011f7e0d8 100644 --- a/community/ncdu/PKGBUILD +++ b/community/ncdu/PKGBUILD @@ -1,11 +1,11 @@ -# $Id: PKGBUILD 59391 2011-11-24 07:32:15Z bisson $ +# $Id: PKGBUILD 76727 2012-09-27 22:43:52Z bisson $ # Contributor: lp76 <l.peduto@gmail.com> # Contributor: Daenyth <Daenyth+Arch AT gmail DOT com> # Maintainer: Gaetan Bisson <bisson@archlinux.org> pkgname=ncdu -pkgver=1.8 +pkgver=1.9 pkgrel=1 pkgdesc='Disk usage analyzer with an ncurses interface' url='http://dev.yorhel.nl/ncdu/' @@ -13,7 +13,7 @@ license=('custom:MIT') depends=('ncurses') arch=('i686' 'x86_64') source=("http://dev.yorhel.nl/download/${pkgname}-${pkgver}.tar.gz") -sha1sums=('3d98e78cf7035e32333d263d301d12e9b4352598') +sha1sums=('27cb5464b192db8ffdf0a894fe51d29985348eb0') build() { cd "${srcdir}/${pkgname}-${pkgver}" |