perl-Module-Pluggable: update to 6.3

This commit is contained in:
Biswapriyo Nath 2025-01-29 04:51:53 +00:00
parent 698fde14b0
commit 13e1591356

View File

@ -2,17 +2,17 @@
_realname=Module-Pluggable
pkgname=perl-${_realname}
pkgver=6.2
pkgver=6.3
pkgrel=1
pkgdesc="automatically give your module the ability to have plugins"
arch=('any')
url="https://metacpan.org/release/Module-Pluggable"
url="https://metacpan.org/dist/Module-Pluggable"
groups=('perl-modules')
license=('PerlArtistic')
depends=('perl')
options=('!emptydirs')
source=("https://cpan.metacpan.org/authors/id/S/SI/SIMONW/${_realname}-${pkgver}.tar.gz")
sha256sums=('2743f1cb59c2cac21bf14f0f71beab5ced75a589394a1fd8ac09ecc71599299e')
sha256sums=('58512bb9c654746d0937770b98b559b30872d85ac24073485e5830890dd1b2a0')
build() {
cd "${srcdir}/${_realname}-${pkgver}"