Date: Friday, August 26, 2016 @ 15:43:19 Author: bisson Revision: 187610
upstream update Modified: ncdu/trunk/PKGBUILD ----------+ PKGBUILD | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2016-08-26 15:33:24 UTC (rev 187609) +++ PKGBUILD 2016-08-26 15:43:19 UTC (rev 187610) @@ -4,15 +4,16 @@ # Maintainer: Gaetan Bisson <[email protected]> pkgname=ncdu -pkgver=1.11 -pkgrel=3 +pkgver=1.12 +pkgrel=1 pkgdesc='Disk usage analyzer with an ncurses interface' 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') +validpgpkeys=('74460D32B80810EBA9AFA2E962394C698C2739FA') +source=("http://dev.yorhel.nl/download/${pkgname}-${pkgver}.tar.gz"{,.asc}) +sha1sums=('b79b1c44784f334dca74d89a49f49274f14cfeef' 'SKIP') build() { cd "${srcdir}/${pkgname}-${pkgver}"
