[arch-commits] Commit in perl-digest-hmac/repos/extra-any (PKGBUILD PKGBUILD)

Felix Yan felixonmars at archlinux.org
Wed Apr 7 22:19:17 UTC 2021


    Date: Wednesday, April 7, 2021 @ 22:19:16
  Author: felixonmars
Revision: 411727

archrelease: copy trunk to extra-any

Added:
  perl-digest-hmac/repos/extra-any/PKGBUILD
    (from rev 411726, perl-digest-hmac/trunk/PKGBUILD)
Deleted:
  perl-digest-hmac/repos/extra-any/PKGBUILD

----------+
 PKGBUILD |   68 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 34 insertions(+), 34 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-04-07 22:19:01 UTC (rev 411726)
+++ PKGBUILD	2021-04-07 22:19:16 UTC (rev 411727)
@@ -1,34 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at gmail.com>
-# Contributor: kevin <kevin at archlinux.org>
-# Contributor: Manolis Tzanidakis
-
-pkgname=perl-digest-hmac
-_realname=Digest-HMAC
-pkgver=1.03
-pkgrel=9
-pkgdesc="Perl Module: Keyed-Hashing for Message Authentication."
-arch=('any')
-license=('PerlArtistic')
-url="https://search.cpan.org/dist/Digest-HMAC/"
-depends=('perl-digest-sha1' 'perl')
-options=(!emptydirs)
-source=("https://www.cpan.org/authors/id/G/GA/GAAS/Digest-HMAC-$pkgver.tar.gz")
-md5sums=('e6a5d6f552da16eacb5157ea4369ff9d')
-
-build() {
-  cd Digest-HMAC-$pkgver
-  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
-  make
-}
-
-check() {
-  cd Digest-HMAC-$pkgver
-  make test
-}
-
-package() {
-  cd Digest-HMAC-$pkgver
-  make install DESTDIR="$pkgdir"
-}
-
-# vim: ts=2 sw=2 et ft=sh

Copied: perl-digest-hmac/repos/extra-any/PKGBUILD (from rev 411726, perl-digest-hmac/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-04-07 22:19:16 UTC (rev 411727)
@@ -0,0 +1,34 @@
+# Maintainer: Felix Yan <felixonmars at gmail.com>
+# Contributor: kevin <kevin at archlinux.org>
+# Contributor: Manolis Tzanidakis
+
+pkgname=perl-digest-hmac
+_realname=Digest-HMAC
+pkgver=1.04
+pkgrel=1
+pkgdesc="Perl Module: Keyed-Hashing for Message Authentication."
+arch=('any')
+license=('PerlArtistic')
+url="https://search.cpan.org/dist/Digest-HMAC/"
+depends=('perl-digest-sha1' 'perl')
+options=(!emptydirs)
+source=("https://www.cpan.org/authors/id/A/AR/ARODLAND/Digest-HMAC-$pkgver.tar.gz")
+sha512sums=('d30b62e60bfa9f6c0f0c058e190938f13a08a70a816771a0641226c24045cb6dbd622756f1f88593fd3690442a45636bdcaf35457e9dfea6de5f8a342a538a6d')
+
+build() {
+  cd Digest-HMAC-$pkgver
+  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd Digest-HMAC-$pkgver
+  make test
+}
+
+package() {
+  cd Digest-HMAC-$pkgver
+  make install DESTDIR="$pkgdir"
+}
+
+# vim: ts=2 sw=2 et ft=sh



More information about the arch-commits mailing list