aboutsummaryrefslogtreecommitdiffstats
path: root/testing/nomp
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2018-11-07 10:49:08 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2018-11-07 16:46:16 +0000
commit6e1169cc0ada4fc993b8811abc3b9d64ff800ef0 (patch)
tree985a148ad28f91a716d27a890eb36719d561ba70 /testing/nomp
parent9d84a4f28b9316c4f3eecaf947106c842f11f148 (diff)
downloadaports-6e1169cc0ada4fc993b8811abc3b9d64ff800ef0.tar.bz2
aports-6e1169cc0ada4fc993b8811abc3b9d64ff800ef0.tar.xz
testing/nomp: rebuild against openssl 1.1
Diffstat (limited to 'testing/nomp')
-rw-r--r--testing/nomp/APKBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/nomp/APKBUILD b/testing/nomp/APKBUILD
index 5fbd90e95f..1c5e6737aa 100644
--- a/testing/nomp/APKBUILD
+++ b/testing/nomp/APKBUILD
@@ -2,14 +2,14 @@
# Maintainer: Francesco Colista <fcolista@alpinelinux.org>
pkgname=nomp
pkgver=0.1
-pkgrel=5
+pkgrel=6
pkgdesc="Ncurses OpenVAS Manager Protocol"
url="https://gitlab.com/git-rep/nomp"
arch="all"
license="GPL-2.0"
#no check provided by upstream
options="!check"
-makedepends="libressl-dev libxml++-dev ncurses-dev"
+makedepends="openssl-dev libxml++-dev ncurses-dev"
source="https://gitlab.com/git-rep/nomp/-/archive/v$pkgver/$pkgname-v$pkgver.tar.gz
make-path.patch"
builddir="$srcdir/$pkgname-v$pkgver"