[arch-commits] Commit in perl-inline-c/repos/community-any (PKGBUILD PKGBUILD)

Felix Yan felixonmars at gemini.archlinux.org
Fri Mar 11 23:09:46 UTC 2022


    Date: Friday, March 11, 2022 @ 23:09:46
  Author: felixonmars
Revision: 1148902

archrelease: copy trunk to community-any

Added:
  perl-inline-c/repos/community-any/PKGBUILD
    (from rev 1148901, perl-inline-c/trunk/PKGBUILD)
Deleted:
  perl-inline-c/repos/community-any/PKGBUILD

----------+
 PKGBUILD |   60 ++++++++++++++++++++++++++++++------------------------------
 1 file changed, 30 insertions(+), 30 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-03-11 23:09:36 UTC (rev 1148901)
+++ PKGBUILD	2022-03-11 23:09:46 UTC (rev 1148902)
@@ -1,30 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-
-pkgname=perl-inline-c
-pkgver=0.81
-pkgrel=3
-pkgdesc="C Language Support for Inline"
-arch=('any')
-license=('PerlArtistic')
-url="https://metacpan.org/release/Inline-C"
-depends=('perl-inline' 'perl-parse-recdescent' 'perl-pegex')
-makedepends=('perl-file-copy-recursive' 'perl-test-warn')
-options=('!emptydirs')
-source=("https://cpan.metacpan.org/authors/id/T/TI/TINITA/Inline-C-$pkgver.tar.gz")
-sha512sums=('c3d0d669c26017b4b63cc101377d067438c31fc5d1e6187d01194f70158049e386683b792716aad58772eae839512ecaefd4b3ac7a2377dd1404a651c24b2277')
-
-build() {
-  cd Inline-C-$pkgver
-  perl Makefile.PL INSTALLDIRS=vendor
-  make
-}
-
-check() {
-  cd Inline-C-$pkgver
-  make test
-}
-
-package() {
-  cd Inline-C-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: perl-inline-c/repos/community-any/PKGBUILD (from rev 1148901, perl-inline-c/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-03-11 23:09:46 UTC (rev 1148902)
@@ -0,0 +1,30 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=perl-inline-c
+pkgver=0.82
+pkgrel=1
+pkgdesc="C Language Support for Inline"
+arch=('any')
+license=('PerlArtistic')
+url="https://metacpan.org/release/Inline-C"
+depends=('perl-inline' 'perl-parse-recdescent' 'perl-pegex')
+makedepends=('perl-file-copy-recursive' 'perl-test-warn')
+options=('!emptydirs')
+source=("https://cpan.metacpan.org/authors/id/E/ET/ETJ/Inline-C-$pkgver.tar.gz")
+sha512sums=('1d1e91a63df12b4f3dc631fd1b66f9bd2e006b300002d9aa184ab571a128953722127400a39055d07ee630709f2a7c96dd35ad6e0860959cbb5a6fce3134b357')
+
+build() {
+  cd Inline-C-$pkgver
+  perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd Inline-C-$pkgver
+  make test
+}
+
+package() {
+  cd Inline-C-$pkgver
+  make DESTDIR="$pkgdir" install
+}



More information about the arch-commits mailing list