mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-09 00:23:52 +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'
|
# Template file for 'liboping'
|
||||||
pkgname=liboping
|
pkgname=liboping
|
||||||
version=1.9.0
|
version=1.9.0
|
||||||
revision=1
|
revision=2
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
hostmakedepends="perl"
|
hostmakedepends="perl"
|
||||||
makedepends="ncurses-devel"
|
makedepends="ncurses-devel"
|
||||||
|
@ -36,7 +36,7 @@ liboping-devel_package() {
|
||||||
}
|
}
|
||||||
liboping-perl_package() {
|
liboping-perl_package() {
|
||||||
short_desc+=" - perl bindings"
|
short_desc+=" - perl bindings"
|
||||||
shlib_requires="libperl.so.5.22"
|
shlib_requires="libperl.so.5.24"
|
||||||
depends="perl"
|
depends="perl"
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
vmove usr/share/man/man3/Net::Oping.3p
|
vmove usr/share/man/man3/Net::Oping.3p
|
||||||
|
|
Loading…
Add table
Reference in a new issue