liboping: rebuild for perl-5.34 and fix lint
This commit is contained in:
parent
04413a8156
commit
dd37654657
1 changed files with 3 additions and 3 deletions
|
@ -1,13 +1,13 @@
|
|||
# Template file for 'liboping'
|
||||
pkgname=liboping
|
||||
version=1.10.0
|
||||
revision=9
|
||||
revision=10
|
||||
build_style=gnu-configure
|
||||
hostmakedepends="perl"
|
||||
makedepends="ncurses-devel"
|
||||
short_desc="C library to generate ICMP echo requests"
|
||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||
license="LGPL-2.1,GPL-2"
|
||||
license="LGPL-2.1-only,GPL-2.0-only"
|
||||
homepage="http://noping.cc/"
|
||||
distfiles="http://noping.cc/files/liboping-${version}.tar.bz2"
|
||||
checksum=eb38aa93f93e8ab282d97e2582fbaea88b3f889a08cbc9dbf20059c3779d5cd8
|
||||
|
@ -38,7 +38,7 @@ liboping-devel_package() {
|
|||
}
|
||||
liboping-perl_package() {
|
||||
short_desc+=" - perl bindings"
|
||||
shlib_requires="libperl.so.5.32"
|
||||
shlib_requires="libperl.so.5.34"
|
||||
depends="perl"
|
||||
pkg_install() {
|
||||
vmove usr/share/man/man3/Net::Oping.3p
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue