mirror of
https://github.com/archlinux/aur.git
synced 2026-03-14 23:16:48 +01:00
Remove XS comment
This commit is contained in:
parent
32a74e78ee
commit
aebe747710
1 changed files with 1 additions and 1 deletions
2
PKGBUILD
2
PKGBUILD
|
|
@ -9,7 +9,7 @@ pkgname=perl-${_dist,,}
|
|||
pkgver=${_ver#v}
|
||||
pkgrel=4
|
||||
pkgdesc='Accurately serialize a data structure as Perl code.'
|
||||
arch=('x86_64') # XS modules might depend on external libs, so manual inspection is advised.
|
||||
arch=('x86_64')
|
||||
url=https://metacpan.org/release/YVES/$_dist-$_ver
|
||||
license=('Artistic-1.0-Perl OR GPL-1.0-or-later')
|
||||
depends=(
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue