summaryrefslogtreecommitdiffstats
path: root/core/ncurses
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2008-11-25 08:59:25 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2008-11-25 08:59:25 +0000
commit0186ad84a19b5f286515b760f64d2e4620bd5bab (patch)
tree8350ca2d18047ecd52b7963f3eca6aac4db6e763 /core/ncurses
parent1e7d3f9570d83170f0ae97bb095203f1c11dcf8b (diff)
core/ncurses: coverity patch url was bad. use gentoo mirror for now
Diffstat (limited to 'core/ncurses')
-rw-r--r--core/ncurses/APKBUILD6
1 files changed, 5 insertions, 1 deletions
diff --git a/core/ncurses/APKBUILD b/core/ncurses/APKBUILD
index d822ced7397..cf9bbbe8057 100644
--- a/core/ncurses/APKBUILD
+++ b/core/ncurses/APKBUILD
@@ -5,9 +5,13 @@ pkgdesc="Console display library"
url="http://www.gnu.org/software/ncurses/"
license=MIT
depends=uclibc
+
+# the coverity patch is gone: ftp://invisible-island.net/ncurses/${pkgver}/${pkgname}-${pkgver}-coverity.patch.gz
+# so we use gento distfiles mirror for now
source="ftp://ftp.gnu.org/pub/gnu/${pkgname}/${pkgname}-${pkgver}.tar.gz
- ftp://invisible-island.net/ncurses/${pkgver}/${pkgname}-${pkgver}-coverity.patch.gz
+ http://www.mirrorservice.org/sites/www.ibiblio.org/gentoo/distfiles/ncurses-5.6-coverity.patch.gz
"
+
subpackages="$pkgname-dev $pkgname-doc $pkgname-terminfo"
build() {