Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages / perl-type-tiny
Commits: 5cb2b602 by Antonio Rojas at 2024-12-15T22:27:26+01:00 upgpkg: 2.006000-1: Update to 2.006000 - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -1,16 +1,15 @@ pkgbase = perl-type-tiny pkgdesc = Tiny, yet Moo(se)-compatible type constraint - pkgver = 2.004000 - pkgrel = 2 + pkgver = 2.006000 + pkgrel = 1 url = https://metacpan.org/release/Type-Tiny arch = any license = PerlArtistic license = GPL - checkdepends = perl-test-simple depends = perl depends = perl-exporter-tiny options = !emptydirs - source = https://cpan.metacpan.org/authors/id/T/TO/TOBYINK/Type-Tiny-2.004000.tar.gz - sha512sums = a28a0fdfe48c8ce7f7313bfa6645094337dfb12d76401d9947a649763379a912f480ff418f0023d1e0c5851ffa347823669192a9eb8081341db7525d84c82220 + source = https://cpan.metacpan.org/authors/id/T/TO/TOBYINK/Type-Tiny-2.006000.tar.gz + sha512sums = 24c3fea4834eb093b2aceff82e951bed73adf821d77c0f5445085021b8dc661cc3264198d265817349e582fc0e640303534a1d23ae1fcf669135ed7ab3ee937d pkgname = perl-type-tiny ===================================== PKGBUILD ===================================== @@ -3,17 +3,16 @@ _pkg=Type-Tiny pkgname=perl-${_pkg,,} -pkgver=2.004000 -pkgrel=2 +pkgver=2.006000 +pkgrel=1 pkgdesc="Tiny, yet Moo(se)-compatible type constraint" arch=(any) url="https://metacpan.org/release/${_pkg}" license=(PerlArtistic GPL) options=(!emptydirs) depends=(perl perl-exporter-tiny) -checkdepends=(perl-test-simple) source=(https://cpan.metacpan.org/authors/id/T/TO/TOBYINK/${_pkg}-${pkgver}.tar.gz) -sha512sums=('a28a0fdfe48c8ce7f7313bfa6645094337dfb12d76401d9947a649763379a912f480ff418f0023d1e0c5851ffa347823669192a9eb8081341db7525d84c82220') +sha512sums=('24c3fea4834eb093b2aceff82e951bed73adf821d77c0f5445085021b8dc661cc3264198d265817349e582fc0e640303534a1d23ae1fcf669135ed7ab3ee937d') build() { cd ${_pkg}-${pkgver} View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/perl-type-tiny/-/commit/5cb2b6026d688165b08e514a834e28525d95f94a -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/perl-type-tiny/-/commit/5cb2b6026d688165b08e514a834e28525d95f94a You're receiving this email because of your account on gitlab.archlinux.org.