~alpine/devel

main/ncdu: upgrade to 1.8 v1 PROPOSED

Bartłomiej Piotrowski <b@bpiotrowski.pl>
Bartłomiej Piotrowski: 1
 main/ncdu: upgrade to 1.8

 1 files changed, 6 insertions(+), 8 deletions(-)
Export patchset (mbox)
How do I use this?

Copy & paste the following snippet into your terminal to import this patchset into git:

curl -s https://lists.alpinelinux.org/~alpine/devel/patches/361/mbox | git am -3
Learn more about email & git

[alpine-devel] [PATCH] main/ncdu: upgrade to 1.8 Export this patch

Bartłomiej Piotrowski <b@bpiotrowski.pl>
---
 main/ncdu/APKBUILD |   14 ++++++--------
 1 file changed, 6 insertions(+), 8 deletions(-)
diff --git a/main/ncdu/APKBUILD b/main/ncdu/APKBUILD
index a00cbe0..4b5db4b 100644
--- a/main/ncdu/APKBUILD
+++ b/main/ncdu/APKBUILD
@@ -1,18 +1,16 @@
# Contributor: Fabian Affolter <fabian@affolter-engineering.ch>
# Maintainer: Fabian Affolter <fabian@affolter-engineering.ch>
# Maintainer:  Fabian Affolter <fabian@affolter-engineering.ch>
# Contributor: Bartłomiej Piotrowski <nospam@bpiotrowski.pl>
pkgname=ncdu
pkgver=1.7
pkgver=1.8
pkgrel=0
pkgdesc="Text-based disk usage viewer"
pkgdesc="Text-based disk usage analyzer"
url="http://dev.yorhel.nl/ncdu"
arch="all"
license="MIT"
depends=""
depends_dev=""
makedepends="ncurses-dev"
install=""
subpackages="$pkgname-doc"
source="http://dev.yorhel.nl/download/$pkgname-$pkgver.tar.gz"

_builddir="$srcdir"/$pkgname-$pkgver

build() {
@@ -30,4 +28,4 @@ package() {
       make DESTDIR="$pkgdir" install || return 1
}

md5sums="172047c29d232724cc62e773e82e592a  ncdu-1.7.tar.gz"
md5sums="94d7a821f8a0d7ba8ef3dd926226f7d5 ncdu-1.8.tar.gz"
-- 
1.7.9.5


---
Unsubscribe:  alpine-devel+unsubscribe@lists.alpinelinux.org
Help:         alpine-devel+help@lists.alpinelinux.org
---