diff options
Diffstat (limited to 'abs/extra')
-rw-r--r-- | abs/extra/ncdu/PKGBUILD | 12 |
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}" |