mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
liboping: rebuild for perl-5.40.1_1.
This commit is contained in:
parent
23e2e8e79d
commit
f69c828eef
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.10.0
|
version=1.10.0
|
||||||
revision=12
|
revision=13
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
hostmakedepends="perl"
|
hostmakedepends="perl"
|
||||||
makedepends="ncurses-devel"
|
makedepends="ncurses-devel"
|
||||||
|
@ -38,7 +38,7 @@ liboping-devel_package() {
|
||||||
}
|
}
|
||||||
liboping-perl_package() {
|
liboping-perl_package() {
|
||||||
short_desc+=" - perl bindings"
|
short_desc+=" - perl bindings"
|
||||||
shlib_requires="libperl.so.5.38"
|
shlib_requires="libperl.so.5.40"
|
||||||
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