Sergej Pupykin pushed to branch main at Arch Linux / Packaging / Packages / perl-yaml-pp
Commits: 7dfbc71e by Sergej Pupykin at 2023-11-25T04:42:05+03:00 upgpkg: 0.37.0-1 - - - - - 2 changed files: - + .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -0,0 +1,16 @@ +pkgbase = perl-yaml-pp + pkgdesc = Simple configuration automation + pkgver = 0.37.0 + pkgrel = 1 + url = https://search.cpan.org/dist/YAML-PP + arch = any + license = PerlArtistic + license = GPL + makedepends = perl-test-deep>=0 + makedepends = perl-test-warn>=0 + depends = perl>=0 + options = !emptydirs + source = https://cpan.metacpan.org/authors/id/T/TI/TINITA/YAML-PP-v0.37.0.tar.gz + sha512sums = bec5f665fe3b8b42c201b858da61754257026cdac91746e23979c41122beb867ff3204e67fd0243db07023352bc2fd28c96e37504de9465bf27f088acf91106a + +pkgname = perl-yaml-pp ===================================== PKGBUILD ===================================== @@ -1,7 +1,8 @@ # Maintainer: Ash Berlin-Taylor <[email protected]> pkgname='perl-yaml-pp' -pkgver=0.036 -pkgrel=2 +pkgver=0.37.0 +pkgrel=1 +_distdir="YAML-PP-v$pkgver" pkgdesc="Simple configuration automation" arch=('any') license=('PerlArtistic' 'GPL') @@ -9,9 +10,8 @@ options=('!emptydirs') depends=('perl>=0') makedepends=('perl-test-deep>=0' 'perl-test-warn>=0') url='https://search.cpan.org/dist/YAML-PP' -source=("https://search.cpan.org/CPAN/authors/id/T/TI/TINITA/YAML-PP-$pkgver.tar.gz") -sha512sums=('62134d8d64617658f03543552675b5dfcf495bd55294bd4fd96988093fca7e8c1bfd93faa1db88baaa994d2b3bc2f1eb2d2826ac767ac3c6d6d4899abd4544b9') -_distdir="YAML-PP-$pkgver" +source=("https://cpan.metacpan.org/authors/id/T/TI/TINITA/YAML-PP-v$pkgver.tar.gz") +sha512sums=('bec5f665fe3b8b42c201b858da61754257026cdac91746e23979c41122beb867ff3204e67fd0243db07023352bc2fd28c96e37504de9465bf27f088acf91106a') build() { ( export PERL_MM_USE_DEFAULT=1 PERL5LIB="" \ View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/perl-yaml-pp/-/commit/7dfbc71eef3560c01498541213ead8cb5ac0dfb7 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/perl-yaml-pp/-/commit/7dfbc71eef3560c01498541213ead8cb5ac0dfb7 You're receiving this email because of your account on gitlab.archlinux.org.
