aboutsummaryrefslogtreecommitdiffstats
path: root/main/ncdu
diff options
context:
space:
mode:
Diffstat (limited to 'main/ncdu')
-rw-r--r--main/ncdu/APKBUILD12
1 files changed, 3 insertions, 9 deletions
diff --git a/main/ncdu/APKBUILD b/main/ncdu/APKBUILD
index 3512ef931f..ee3bd0cc83 100644
--- a/main/ncdu/APKBUILD
+++ b/main/ncdu/APKBUILD
@@ -1,7 +1,7 @@
# Contributor: Fabian Affolter <fabian@affolter-engineering.ch>
# Maintainer: Fabian Affolter <fabian@affolter-engineering.ch>
pkgname=ncdu
-pkgver=1.14
+pkgver=1.14.1
pkgrel=0
pkgdesc="Text-based disk usage viewer"
url="https://dev.yorhel.nl/ncdu"
@@ -9,8 +9,7 @@ arch="all"
license="MIT"
makedepends="ncurses-dev"
subpackages="$pkgname-doc"
-source="http://dev.yorhel.nl/download/$pkgname-$pkgver.tar.gz"
-builddir="$srcdir/$pkgname-$pkgver"
+source="http://dev.yorhel.nl/download/ncdu-$pkgver.tar.gz"
build() {
cd "$builddir"
@@ -23,14 +22,9 @@ build() {
make
}
-check() {
- cd "$builddir"
- ./ncdu -h > /dev/null
-}
-
package() {
cd "$builddir"
make DESTDIR="$pkgdir" install
}
-sha512sums="9583d86f66ae9ab19e5d373d90e0d85504807f726fe6656e593ab09f83ba4ff22c0bec6fcfec216c4d9ac0b3725899ff1d9fe6cca1e3d5fd1c76cd4636b65c1f ncdu-1.14.tar.gz"
+sha512sums="7db9115f7ba20d43c47bc7187347658d7a4dc36da6ffdc54308d3966a431c24b87c3266854d69685c3ea5e29805b5a631805a783d6431e30bd83c411b398515d ncdu-1.14.1.tar.gz"