summaryrefslogtreecommitdiffstats
path: root/abs/extra/ncdu
diff options
context:
space:
mode:
authorBritney Fransen <brfransen@gmail.com>2018-03-21 21:06:00 (GMT)
committerBritney Fransen <brfransen@gmail.com>2018-03-21 21:06:00 (GMT)
commit789451dfc76bb9d8308bcdc0970d381c9487ee68 (patch)
treee389b8fc33001224d793a6861aa8c7ac7458c1b6 /abs/extra/ncdu
parente6a0ffcd96761ff1b705b283026114889cc891dc (diff)
downloadlinhes_pkgbuild-789451dfc76bb9d8308bcdc0970d381c9487ee68.zip
linhes_pkgbuild-789451dfc76bb9d8308bcdc0970d381c9487ee68.tar.gz
linhes_pkgbuild-789451dfc76bb9d8308bcdc0970d381c9487ee68.tar.bz2
ncdu: update to 1.13
Diffstat (limited to 'abs/extra/ncdu')
-rw-r--r--abs/extra/ncdu/PKGBUILD12
1 files changed, 7 insertions, 5 deletions
diff --git a/abs/extra/ncdu/PKGBUILD b/abs/extra/ncdu/PKGBUILD
index 7973c60..ade6a79 100644
--- a/abs/extra/ncdu/PKGBUILD
+++ b/abs/extra/ncdu/PKGBUILD
@@ -4,15 +4,17 @@
# Maintainer: Gaetan Bisson <bisson@archlinux.org>
pkgname=ncdu
-pkgver=1.11
+pkgver=1.13
pkgrel=1
pkgdesc='Disk usage analyzer with an ncurses interface'
-url='http://dev.yorhel.nl/ncdu/'
+url='https://dev.yorhel.nl/ncdu'
license=('custom:MIT')
depends=('ncurses')
-arch=('i686' 'x86_64')
-source=("http://dev.yorhel.nl/download/${pkgname}-${pkgver}.tar.gz")
-sha1sums=('8f22d713e6d2b28e1f501eee2bd1e03b55550c8d')
+arch=('x86_64')
+validpgpkeys=('74460D32B80810EBA9AFA2E962394C698C2739FA')
+source=("https://dev.yorhel.nl/download/${pkgname}-${pkgver}.tar.gz"{,.asc})
+sha256sums=('f4d9285c38292c2de05e444d0ba271cbfe1a705eee37c2b23ea7c448ab37255a'
+ 'SKIP')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"