diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2015-12-17 13:42:27 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2015-12-17 13:42:27 +0000 |
commit | 55258aaabd37c9e91775b2638648cb5341cefeea (patch) | |
tree | b3fd9c2c01b538a06caca0864b118b40ae0f4cc0 | |
parent | f115939381c49ac5d7f0d2a7af630e5bb329b94c (diff) | |
download | aports-55258aaabd37c9e91775b2638648cb5341cefeea.tar.bz2 aports-55258aaabd37c9e91775b2638648cb5341cefeea.tar.xz |
main/gdb: rebuild against ncurses wide char
-rw-r--r-- | main/gdb/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main/gdb/APKBUILD b/main/gdb/APKBUILD index f37b437690..7c9c4b4786 100644 --- a/main/gdb/APKBUILD +++ b/main/gdb/APKBUILD @@ -1,7 +1,7 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=gdb pkgver=7.10.1 -pkgrel=0 +pkgrel=1 pkgdesc="The GNU Debugger" url="http://sources.redhat.com/gdb/" arch="all" |