pev: rebuild against OpenSSL

This commit is contained in:
John 2021-01-06 18:18:33 +01:00
parent 6cdab3a638
commit 34d4d46018

View file

@ -1,11 +1,11 @@
# Template file for 'pev' # Template file for 'pev'
pkgname=pev pkgname=pev
version=0.81 version=0.81
revision=1 revision=2
build_style=gnu-makefile build_style=gnu-makefile
make_build_args="prefix=/usr sysconfdir=/etc" make_build_args="prefix=/usr sysconfdir=/etc"
make_install_args="prefix=/usr sysconfdir=/etc" make_install_args="prefix=/usr sysconfdir=/etc"
makedepends="libressl-devel pcre-devel" makedepends="openssl-devel pcre-devel"
# We don't need python for check, only their PE binary is needed # We don't need python for check, only their PE binary is needed
checkdepends="which python3" checkdepends="which python3"
short_desc="PE file analysis toolkit" short_desc="PE file analysis toolkit"