From e44a3aed0f68094061df4620119e09f5ddb88efd Mon Sep 17 00:00:00 2001 From: Natanael Copa Date: Thu, 15 Oct 2015 15:05:07 +0000 Subject: main/aumix: rebuild against ncurses-6.0 --- main/aumix/APKBUILD | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'main/aumix') diff --git a/main/aumix/APKBUILD b/main/aumix/APKBUILD index 6770832f34..6edeed5ab8 100644 --- a/main/aumix/APKBUILD +++ b/main/aumix/APKBUILD @@ -1,19 +1,20 @@ # Maintainer: Natanael Copa pkgname=aumix pkgver=2.9.1 -pkgrel=3 +pkgrel=4 pkgdesc="A color text mode sound mixer" url="http://www.jpj.net/~trevor/aumix.html" arch="all" license="GPL2+" depends="" makedepends="ncurses-dev linux-headers" +subpackages="$pkgname-doc" source="http://jpj.net/~trevor/aumix/releases/aumix-$pkgver.tar.bz2 aumix.initd " _builddir="$srcdir"/aumix-$pkgver -prepare() { +prepare() { cd "$_builddir" update_config_sub || return 1 } -- cgit v1.2.3