George Rawlinson pushed to branch main at Arch Linux / Packaging / Packages / 
perl-mail-authenticationresults


Commits:
28dd8465 by George Rawlinson at 2025-07-12T08:26:33+00:00
upgpkg: 2.20250709-1

* New upstream release.
* Update licenses to use SPDX references.
* Switch checksums from md5/sha512 to sha512/b2.

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -1,18 +1,17 @@
 pkgbase = perl-mail-authenticationresults
        pkgdesc = Object Oriented Authentication-Results Headers
-       pkgver = 2.20231031
-       pkgrel = 2
-       url = https://metacpan.org/release/Mail-AuthenticationResults
+       pkgver = 2.20250709
+       pkgrel = 1
        arch = any
-       license = PerlArtistic
-       license = GPL
+       license = GPL-1.0-or-later
+       license = Artistic-1.0-Perl
        checkdepends = perl-test-exception
-       depends = perl>=5.8
+       depends = perl
        depends = perl-clone
        depends = perl-json
        options = !emptydirs
-       source = 
https://cpan.metacpan.org/authors/id/M/MB/MBRADSHAW/Mail-AuthenticationResults-2.20231031.tar.gz
-       md5sums = ebabfd9e0946ca04e9693e3190ee2f2e
-       sha512sums = 
fc1a1f9099e1d3c3a2185bb2ba9f53be6799779b71dc1e7524e117b78e3868e9d264668bde188e787868a303d62262e9ded2fa9e1657d1987e9cbe488d06ed8e
+       source = 
perl-mail-authenticationresults-2.20250709.tar.gz::https://cpan.metacpan.org/authors/id/M/MB/MBRADSHAW/Mail-AuthenticationResults-2.20250709.tar.gz
+       sha512sums = 
79b691daa41a2c265243e4a25b9b3bf3815187549b2213272b04f2c2335c3e536441b17c878c4b8068c2367a9912358072c15695d9d6ef5d02b5dc48cfac969b
+       b2sums = 
6c2bdf6bf7021bae059b07813ffae85d7b2d65ff6d2473651fb3210d210290bc2f18edccc64ea576f802355c8fff9d16ebe577c0571fa7e173438c011e1d5b79
 
 pkgname = perl-mail-authenticationresults


=====================================
PKGBUILD
=====================================
@@ -1,45 +1,40 @@
-# Maintainer: Florian Pritz <[email protected]>
+# Maintainer: George Rawlinson <[email protected]>
+# Contributor: Florian Pritz <[email protected]>
 
 pkgname=perl-mail-authenticationresults
-pkgver=2.20231031
-pkgrel=2
+pkgver=2.20250709
+pkgrel=1
 pkgdesc='Object Oriented Authentication-Results Headers'
 arch=(any)
-license=(PerlArtistic GPL)
+license=(GPL-1.0-or-later Artistic-1.0-Perl)
 options=(!emptydirs)
-depends=('perl>=5.8' perl-clone perl-json)
+depends=(perl perl-clone perl-json)
 checkdepends=(perl-test-exception)
-url=https://metacpan.org/release/Mail-AuthenticationResults
-source=("https://cpan.metacpan.org/authors/id/M/MB/MBRADSHAW/Mail-AuthenticationResults-$pkgver.tar.gz";)
-md5sums=('ebabfd9e0946ca04e9693e3190ee2f2e')
-sha512sums=('fc1a1f9099e1d3c3a2185bb2ba9f53be6799779b71dc1e7524e117b78e3868e9d264668bde188e787868a303d62262e9ded2fa9e1657d1987e9cbe488d06ed8e')
+source=("$pkgname-$pkgver.tar.gz::https://cpan.metacpan.org/authors/id/M/MB/MBRADSHAW/Mail-AuthenticationResults-$pkgver.tar.gz";)
+sha512sums=('79b691daa41a2c265243e4a25b9b3bf3815187549b2213272b04f2c2335c3e536441b17c878c4b8068c2367a9912358072c15695d9d6ef5d02b5dc48cfac969b')
+b2sums=('6c2bdf6bf7021bae059b07813ffae85d7b2d65ff6d2473651fb3210d210290bc2f18edccc64ea576f802355c8fff9d16ebe577c0571fa7e173438c011e1d5b79')
 _ddir="Mail-AuthenticationResults-$pkgver"
 
-build()
-(
-  cd "$srcdir/$_ddir"
+build() {
+  cd "$_ddir"
+
   export PERL_MM_USE_DEFAULT=1 PERL_AUTOINSTALL=--skipdeps
   unset PERL5LIB PERL_MM_OPT
-  /usr/bin/perl Makefile.PL
+  perl Makefile.PL
   make
-)
+}
+
+check() {
+  cd "$_ddir"
 
-check()
-(
-  cd "$srcdir/$_ddir"
   export PERL_MM_USE_DEFAULT=1
   unset PERL5LIB
   make test
-)
+}
 
-package()
-(
-  cd "$srcdir/$_ddir"
-  make install INSTALLDIRS=vendor DESTDIR="$pkgdir"
-)
+package() {
+  cd "$_ddir"
 
-# Local Variables:
-# mode: shell-script
-# sh-basic-offset: 2
-# End:
+  make install INSTALLDIRS=vendor DESTDIR="$pkgdir"
+}
 # vim:set ts=2 sw=2 et:



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/perl-mail-authenticationresults/-/commit/28dd8465712d197c66f8a8d4743694902f913785

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/perl-mail-authenticationresults/-/commit/28dd8465712d197c66f8a8d4743694902f913785
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to