Date: Saturday, April 11, 2015 @ 22:47:21 Author: bisson Revision: 131182
upstream update Modified: ncdu/trunk/PKGBUILD ----------+ PKGBUILD | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2015-04-11 20:31:28 UTC (rev 131181) +++ PKGBUILD 2015-04-11 20:47:21 UTC (rev 131182) @@ -1,11 +1,10 @@ # $Id$ - # Contributor: lp76 <[email protected]> # Contributor: Daenyth <Daenyth+Arch AT gmail DOT com> # Maintainer: Gaetan Bisson <[email protected]> pkgname=ncdu -pkgver=1.10 +pkgver=1.11 pkgrel=1 pkgdesc='Disk usage analyzer with an ncurses interface' url='http://dev.yorhel.nl/ncdu/' @@ -13,7 +12,7 @@ depends=('ncurses') arch=('i686' 'x86_64') source=("http://dev.yorhel.nl/download/${pkgname}-${pkgver}.tar.gz") -sha1sums=('cf3b5fbb5b69cbae5425bfff2660ac3d8224a605') +sha1sums=('8f22d713e6d2b28e1f501eee2bd1e03b55550c8d') build() { cd "${srcdir}/${pkgname}-${pkgver}"
