Date: Friday, January 6, 2023 @ 22:16:35
Author: spupykin
Revision: 1380036
archrelease: copy trunk to community-any
Added:
perl-email-mime-encodings/repos/community-any/PKGBUILD
(from rev 1380035, perl-email-mime-encodings/trunk/PKGBUILD)
Deleted:
perl-email-mime-encodings/repos/community-any/PKGBUILD
----------+
PKGBUILD | 54 +++++++++++++++++++++++++++---------------------------
1 file changed, 27 insertions(+), 27 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2023-01-06 22:16:26 UTC (rev 1380035)
+++ PKGBUILD 2023-01-06 22:16:35 UTC (rev 1380036)
@@ -1,27 +0,0 @@
-# Maintainer: Sergej Pupykin <[email protected]>
-# Contributor: Sergej Pupykin <[email protected]>
-
-pkgname=perl-email-mime-encodings
-pkgver=1.316
-pkgrel=1
-pkgdesc="A unified interface to MIME encoding and decoding "
-arch=('any')
-url="https://search.cpan.org/dist/Email-MIME-Encodings"
-license=('GPL' 'PerlArtistic')
-depends=('perl')
-options=('!emptydirs')
-source=(https://www.cpan.org/authors/id/R/RJ/RJBS/Email-MIME-Encodings-$pkgver.tar.gz)
-sha256sums=('061856a023af0290bec8ebecfdc8e58bea6aafb0220a9e75748d4ad607ba9c66')
-
-build() {
- cd "$srcdir"/Email-MIME-Encodings-$pkgver
- PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
- make
-}
-
-package() {
- cd "$srcdir"/Email-MIME-Encodings-$pkgver
- make install DESTDIR="$pkgdir"
- find "$pkgdir" -name '.packlist' -delete
- find "$pkgdir" -name '*.pod' -delete
-}
Copied: perl-email-mime-encodings/repos/community-any/PKGBUILD (from rev
1380035, perl-email-mime-encodings/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2023-01-06 22:16:35 UTC (rev 1380036)
@@ -0,0 +1,27 @@
+# Maintainer: Sergej Pupykin <[email protected]>
+# Contributor: Sergej Pupykin <[email protected]>
+
+pkgname=perl-email-mime-encodings
+pkgver=1.317
+pkgrel=1
+pkgdesc="A unified interface to MIME encoding and decoding "
+arch=('any')
+url="https://search.cpan.org/dist/Email-MIME-Encodings"
+license=('GPL' 'PerlArtistic')
+depends=('perl')
+options=('!emptydirs')
+source=(https://www.cpan.org/authors/id/R/RJ/RJBS/Email-MIME-Encodings-$pkgver.tar.gz)
+sha256sums=('4a9a41671a9d1504c4da241be419a9503fa3486262526edb81eca9e2ebea0baf')
+
+build() {
+ cd "$srcdir"/Email-MIME-Encodings-$pkgver
+ PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
+ make
+}
+
+package() {
+ cd "$srcdir"/Email-MIME-Encodings-$pkgver
+ make install DESTDIR="$pkgdir"
+ find "$pkgdir" -name '.packlist' -delete
+ find "$pkgdir" -name '*.pod' -delete
+}