mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-05-04 20:06:43 +02:00
main/perl-encode: fix replaces= in utils subpackage
This commit is contained in:
parent
51a73888bc
commit
5542fcd0bc
@ -4,7 +4,7 @@
|
||||
pkgname=perl-encode
|
||||
_pkgreal=Encode
|
||||
pkgver=2.88
|
||||
pkgrel=0
|
||||
pkgrel=1
|
||||
pkgdesc="character encodings in Perl"
|
||||
url="http://search.cpan.org/dist/Encode/"
|
||||
arch="all"
|
||||
@ -37,7 +37,7 @@ package() {
|
||||
}
|
||||
|
||||
utils() {
|
||||
replaces="perl"
|
||||
replaces="perl-utils"
|
||||
pkgdesc="$pkgdesc (utilities)"
|
||||
depends="$pkgname perl"
|
||||
provides="$pkgname-piconv"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user