liboping: bump manual soname dependency
This commit is contained in:
parent
04d53787af
commit
8328bbfc03
1 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'liboping'
|
||||
pkgname=liboping
|
||||
version=1.10.0
|
||||
revision=8
|
||||
revision=9
|
||||
build_style=gnu-configure
|
||||
hostmakedepends="perl"
|
||||
makedepends="ncurses-devel"
|
||||
|
@ -38,7 +38,7 @@ liboping-devel_package() {
|
|||
}
|
||||
liboping-perl_package() {
|
||||
short_desc+=" - perl bindings"
|
||||
shlib_requires="libperl.so.5.30"
|
||||
shlib_requires="libperl.so.5.32"
|
||||
depends="perl"
|
||||
pkg_install() {
|
||||
vmove usr/share/man/man3/Net::Oping.3p
|
||||
|
|
Loading…
Reference in a new issue