diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2018-11-07 10:49:08 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2018-11-07 16:46:16 +0000 |
commit | 6e1169cc0ada4fc993b8811abc3b9d64ff800ef0 (patch) | |
tree | 985a148ad28f91a716d27a890eb36719d561ba70 /testing/nomp/APKBUILD | |
parent | 9d84a4f28b9316c4f3eecaf947106c842f11f148 (diff) | |
download | aports-6e1169cc0ada4fc993b8811abc3b9d64ff800ef0.tar.bz2 aports-6e1169cc0ada4fc993b8811abc3b9d64ff800ef0.tar.xz |
testing/nomp: rebuild against openssl 1.1
Diffstat (limited to 'testing/nomp/APKBUILD')
-rw-r--r-- | testing/nomp/APKBUILD | 4 |
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" |