summaryrefslogtreecommitdiffstats
path: root/abs/extra/ncdu
diff options
context:
space:
mode:
authorBritney Fransen <brfransen@gmail.com>2015-06-26 13:27:48 (GMT)
committerBritney Fransen <brfransen@gmail.com>2015-06-26 13:27:48 (GMT)
commita2da1c03d803187fa6e6b95c73cb5f93c2c74dc6 (patch)
tree02575574e2d131506ed20ea2dc66c38af5710708 /abs/extra/ncdu
parenta6b00262906bde4358d460d12a6037c24c8d4c41 (diff)
downloadlinhes_pkgbuild-a2da1c03d803187fa6e6b95c73cb5f93c2c74dc6.zip
linhes_pkgbuild-a2da1c03d803187fa6e6b95c73cb5f93c2c74dc6.tar.gz
linhes_pkgbuild-a2da1c03d803187fa6e6b95c73cb5f93c2c74dc6.tar.bz2
ncdu: update to 1.11
Diffstat (limited to 'abs/extra/ncdu')
-rw-r--r--abs/extra/ncdu/PKGBUILD7
1 files changed, 3 insertions, 4 deletions
diff --git a/abs/extra/ncdu/PKGBUILD b/abs/extra/ncdu/PKGBUILD
index 011f7e0..7973c60 100644
--- a/abs/extra/ncdu/PKGBUILD
+++ b/abs/extra/ncdu/PKGBUILD
@@ -1,11 +1,10 @@
-# $Id: PKGBUILD 76727 2012-09-27 22:43:52Z bisson $
-
+# $Id$
# Contributor: lp76 <l.peduto@gmail.com>
# Contributor: Daenyth <Daenyth+Arch AT gmail DOT com>
# Maintainer: Gaetan Bisson <bisson@archlinux.org>
pkgname=ncdu
-pkgver=1.9
+pkgver=1.11
pkgrel=1
pkgdesc='Disk usage analyzer with an ncurses interface'
url='http://dev.yorhel.nl/ncdu/'
@@ -13,7 +12,7 @@ license=('custom:MIT')
depends=('ncurses')
arch=('i686' 'x86_64')
source=("http://dev.yorhel.nl/download/${pkgname}-${pkgver}.tar.gz")
-sha1sums=('27cb5464b192db8ffdf0a894fe51d29985348eb0')
+sha1sums=('8f22d713e6d2b28e1f501eee2bd1e03b55550c8d')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"