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

Felix Yan felixonmars at archlinux.org
Thu May 30 07:52:33 UTC 2019


    Date: Thursday, May 30, 2019 @ 07:52:32
  Author: felixonmars
Revision: 474502

archrelease: copy trunk to community-staging-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2019-05-30 07:52:25 UTC (rev 474501)
+++ PKGBUILD	2019-05-30 07:52:32 UTC (rev 474502)
@@ -1,30 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-
-pkgname=perl-inline-c
-pkgver=0.80
-pkgrel=2
-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=('f68eb9478374ef13a6eb0be6c5adc12ba9c052834ef45db6acc0c794ac295d5b47ffda57dd4d0b15345be96aa21ccaab8bf7e2be0ac0bc4cef73be782a346cf0')
-
-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-staging-any/PKGBUILD (from rev 474501, perl-inline-c/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-05-30 07:52:32 UTC (rev 474502)
@@ -0,0 +1,30 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=perl-inline-c
+pkgver=0.81
+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/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
+}



More information about the arch-commits mailing list