mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-08 16:13:50 +02:00
liboping: rebuild for Perl 5.24.
This commit is contained in:
parent
d1c4d26a65
commit
31c57da3d9
1 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'liboping'
|
||||
pkgname=liboping
|
||||
version=1.9.0
|
||||
revision=1
|
||||
revision=2
|
||||
build_style=gnu-configure
|
||||
hostmakedepends="perl"
|
||||
makedepends="ncurses-devel"
|
||||
|
@ -36,7 +36,7 @@ liboping-devel_package() {
|
|||
}
|
||||
liboping-perl_package() {
|
||||
short_desc+=" - perl bindings"
|
||||
shlib_requires="libperl.so.5.22"
|
||||
shlib_requires="libperl.so.5.24"
|
||||
depends="perl"
|
||||
pkg_install() {
|
||||
vmove usr/share/man/man3/Net::Oping.3p
|
||||
|
|
Loading…
Add table
Reference in a new issue