[arch-commits] Commit in perl-mail-sendmail/repos/community-any (PKGBUILD PKGBUILD)

Sergej Pupykin spupykin at gemini.archlinux.org
Thu Jun 2 18:15:35 UTC 2022


    Date: Thursday, June 2, 2022 @ 18:15:35
  Author: spupykin
Revision: 1218891

archrelease: copy trunk to community-any

Added:
  perl-mail-sendmail/repos/community-any/PKGBUILD
    (from rev 1218890, perl-mail-sendmail/trunk/PKGBUILD)
Deleted:
  perl-mail-sendmail/repos/community-any/PKGBUILD

----------+
 PKGBUILD |   50 +++++++++++++++++++++++++-------------------------
 1 file changed, 25 insertions(+), 25 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-06-02 18:15:27 UTC (rev 1218890)
+++ PKGBUILD	2022-06-02 18:15:35 UTC (rev 1218891)
@@ -1,25 +0,0 @@
-# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
-# Maintainer: Charles Mauch <cmauch at gmail.com>
-
-pkgname=perl-mail-sendmail
-pkgver=0.79
-pkgrel=13
-pkgdesc="Perl/CPAN Module Mail::Sendmail : Simple platform independent mailer"
-arch=("any")
-url="https://search.cpan.org/~mivkovic/Mail-Sendmail/"
-license=("GPL" "PerlArtistic")
-source=("https://www.cpan.org/authors/id/M/MI/MIVKOVIC/Mail-Sendmail-$pkgver.tar.gz")
-sha256sums=('8a5eb39d3b9a3a4219c6d6051328c62bd51e9b53723ee5b42cd66e8672e681b9')
-
-build() {
-  cd "$srcdir"/Mail-Sendmail-$pkgver
-  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
-  make
-}
-
-package() {
-  cd "$srcdir"/Mail-Sendmail-$pkgver
-  make install DESTDIR="$pkgdir"
-  find "$pkgdir" -name '.packlist' -delete
-  find "$pkgdir" -name '*.pod' -delete
-}

Copied: perl-mail-sendmail/repos/community-any/PKGBUILD (from rev 1218890, perl-mail-sendmail/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-06-02 18:15:35 UTC (rev 1218891)
@@ -0,0 +1,25 @@
+# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
+# Maintainer: Charles Mauch <cmauch at gmail.com>
+
+pkgname=perl-mail-sendmail
+pkgver=0.80
+pkgrel=1
+pkgdesc="Perl/CPAN Module Mail::Sendmail : Simple platform independent mailer"
+arch=("any")
+url="https://search.cpan.org/~mivkovic/Mail-Sendmail/"
+license=("GPL" "PerlArtistic")
+source=("https://www.cpan.org/authors/id/N/NE/NEILB/Mail-Sendmail-$pkgver.tar.gz")
+sha256sums=('5b8a98cb5cc39d80441a38aab010885ddf80e6fcd8e6e0314392cb23e7c268e4')
+
+build() {
+  cd "$srcdir"/Mail-Sendmail-$pkgver
+  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+package() {
+  cd "$srcdir"/Mail-Sendmail-$pkgver
+  make install DESTDIR="$pkgdir"
+  find "$pkgdir" -name '.packlist' -delete
+  find "$pkgdir" -name '*.pod' -delete
+}



More information about the arch-commits mailing list