mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-26 23:42:57 +02:00
perl-Lchown: fix explicit shlib_requires (ugh).
This commit is contained in:
parent
d167283cc5
commit
d1c4d26a65
1 changed files with 2 additions and 2 deletions
|
@ -2,11 +2,11 @@
|
||||||
pkgname=perl-Lchown
|
pkgname=perl-Lchown
|
||||||
version=1.01
|
version=1.01
|
||||||
wrksrc="Lchown-${version}"
|
wrksrc="Lchown-${version}"
|
||||||
revision=6
|
revision=7
|
||||||
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.22"
|
shlib_requires="libperl.so.5.24"
|
||||||
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>"
|
||||||
|
|
Loading…
Add table
Reference in a new issue