diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2015-12-17 14:16:32 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2015-12-17 14:16:32 +0000 |
commit | 14eff3047d957f8afcd7fcb3c68b0b5efca96219 (patch) | |
tree | 9eb05b980d965c5222c69fa1daa3875a276c3295 /main/libnjb | |
parent | e52a51dc7c4058ad744573ddb74a3426f6711d06 (diff) | |
download | aports-14eff3047d957f8afcd7fcb3c68b0b5efca96219.tar.bz2 aports-14eff3047d957f8afcd7fcb3c68b0b5efca96219.tar.xz |
main/libnjb: rebuild against ncurses wide char
Diffstat (limited to 'main/libnjb')
-rw-r--r-- | main/libnjb/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main/libnjb/APKBUILD b/main/libnjb/APKBUILD index 6ed751ab5f..c592a2c921 100644 --- a/main/libnjb/APKBUILD +++ b/main/libnjb/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=libnjb pkgver=2.2.7 -pkgrel=2 +pkgrel=3 pkgdesc="A software library for talking to the Creative Nomad Jukeboxes and Dell DJs" url="http://libnjb.sourceforge.net/" arch="all" |