perl-Lchown: fix explicit shlib_requires (ugh).

This commit is contained in:
Christian Neukirchen 2016-08-29 16:32:56 +02:00
parent d167283cc5
commit d1c4d26a65
1 changed files with 2 additions and 2 deletions

View File

@ -2,11 +2,11 @@
pkgname=perl-Lchown
version=1.01
wrksrc="Lchown-${version}"
revision=6
revision=7
build_style=perl-module
hostmakedepends="perl perl-Module-Build"
makedepends="${hostmakedepends}"
shlib_requires="libperl.so.5.22"
shlib_requires="libperl.so.5.24"
depends="${makedepends}"
short_desc="Perl module interface to the lchown() system call"
maintainer="Juan RP <xtraeme@voidlinux.eu>"