perl-Lchown: fix shlib requires

This commit is contained in:
Andrea Brancaleoni 2017-08-20 16:08:57 +02:00
parent 90a2939283
commit 0fddf5ee18

View file

@ -1,12 +1,12 @@
# Template build file for 'perl-Lchown'. # Template build file for 'perl-Lchown'.
pkgname=perl-Lchown pkgname=perl-Lchown
version=1.01 version=1.01
revision=8 revision=9
wrksrc="Lchown-${version}" wrksrc="Lchown-${version}"
build_style=perl-module build_style=perl-module
hostmakedepends="perl perl-Module-Build" hostmakedepends="perl perl-Module-Build"
makedepends="${hostmakedepends}" makedepends="${hostmakedepends}"
shlib_requires="libperl.so.5.24" shlib_requires="libperl.so.5.26"
depends="${makedepends}" depends="${makedepends}"
short_desc="Perl module interface to the lchown() system call" short_desc="Perl module interface to the lchown() system call"
maintainer="Juan RP <xtraeme@voidlinux.eu>" maintainer="Juan RP <xtraeme@voidlinux.eu>"