perl-Lchown: fix shlib requires
This commit is contained in:
parent
90a2939283
commit
0fddf5ee18
1 changed files with 2 additions and 2 deletions
|
@ -1,12 +1,12 @@
|
|||
# Template build file for 'perl-Lchown'.
|
||||
pkgname=perl-Lchown
|
||||
version=1.01
|
||||
revision=8
|
||||
revision=9
|
||||
wrksrc="Lchown-${version}"
|
||||
build_style=perl-module
|
||||
hostmakedepends="perl perl-Module-Build"
|
||||
makedepends="${hostmakedepends}"
|
||||
shlib_requires="libperl.so.5.24"
|
||||
shlib_requires="libperl.so.5.26"
|
||||
depends="${makedepends}"
|
||||
short_desc="Perl module interface to the lchown() system call"
|
||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||
|
|
Loading…
Reference in a new issue