T.J. Townsend pushed to branch main at Arch Linux / Packaging / Packages / perl-net-oauth
Commits: 4d091b77 by T.J. Townsend at 2024-07-13T00:59:50-04:00 upgpkg: 0.28-14: Rebuild packages that are missing .SRCINFO part 4 - - - - - 2 changed files: - + .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -0,0 +1,22 @@ +pkgbase = perl-net-oauth + pkgdesc = An implementation of the OAuth protocol + pkgver = 0.28 + pkgrel = 14 + url = https://search.cpan.org/dist/Net-OAuth + arch = any + license = PerlArtistic + license = GPL + checkdepends = perl-test-warn + makedepends = perl-module-build + depends = perl-class-accessor + depends = perl-class-data-inheritable + depends = perl-digest-hmac + depends = perl-digest-sha1 + depends = perl-uri + depends = perl-libwww + depends = perl-file-slurp-tiny + options = !emptydirs + source = https://search.cpan.org/CPAN/authors/id/K/KG/KGRENNAN/Net-OAuth-0.28.tar.gz + sha512sums = b38c3784221bdf56b5b55021cc7e74cf6c5ce47b6743b6fefae9e148ff61d3c1e068aa5829dfed13ffd070e1286ab0d743e2f7b7c900f5fd8cf78f788cff70c4 + +pkgname = perl-net-oauth ===================================== PKGBUILD ===================================== @@ -5,7 +5,7 @@ pkgname=perl-net-oauth pkgver=0.28 -pkgrel=13 +pkgrel=14 pkgdesc="An implementation of the OAuth protocol" arch=('any') license=('PerlArtistic' 'GPL') View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/perl-net-oauth/-/commit/4d091b7749c04f1120fa2ba9b2308d091579dfe4 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/perl-net-oauth/-/commit/4d091b7749c04f1120fa2ba9b2308d091579dfe4 You're receiving this email because of your account on gitlab.archlinux.org.
