[arch-commits] Commit in perl-ffi-checklib/repos/extra-any (PKGBUILD PKGBUILD)

Felix Yan felixonmars at gemini.archlinux.org
Sun Sep 11 08:02:08 UTC 2022


    Date: Sunday, September 11, 2022 @ 08:02:08
  Author: felixonmars
Revision: 455800

archrelease: copy trunk to extra-any

Added:
  perl-ffi-checklib/repos/extra-any/PKGBUILD
    (from rev 455799, perl-ffi-checklib/trunk/PKGBUILD)
Deleted:
  perl-ffi-checklib/repos/extra-any/PKGBUILD

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-09-11 08:01:45 UTC (rev 455799)
+++ PKGBUILD	2022-09-11 08:02:08 UTC (rev 455800)
@@ -1,30 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-
-pkgname=perl-ffi-checklib
-pkgver=0.28
-pkgrel=3
-pkgdesc="Check that a library is available for FFI"
-arch=('any')
-license=('PerlArtistic')
-url="https://metacpan.org/release/FFI-CheckLib"
-depends=('perl')
-checkdepends=('perl-test-exit' 'perl-test2-suite')
-options=('!emptydirs')
-source=("https://cpan.metacpan.org/authors/id/P/PL/PLICEASE/FFI-CheckLib-$pkgver.tar.gz")
-sha512sums=('9ac42e7153902cd178d9ee7d3db7edb96deb30c8b53cdd6c14706cde200598ecd98031c8e17394fcd1fb2c770a0ec776131e2ff93491d6b307a6e595fd788d5a')
-
-build() {
-  cd FFI-CheckLib-$pkgver
-  perl Makefile.PL INSTALLDIRS=vendor
-  make
-}
-
-check() {
-  cd FFI-CheckLib-$pkgver
-  make test
-}
-
-package() {
-  cd FFI-CheckLib-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: perl-ffi-checklib/repos/extra-any/PKGBUILD (from rev 455799, perl-ffi-checklib/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-09-11 08:02:08 UTC (rev 455800)
@@ -0,0 +1,30 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=perl-ffi-checklib
+pkgver=0.29
+pkgrel=1
+pkgdesc="Check that a library is available for FFI"
+arch=('any')
+license=('PerlArtistic')
+url="https://metacpan.org/release/FFI-CheckLib"
+depends=('perl')
+checkdepends=('perl-test-exit' 'perl-test2-suite')
+options=('!emptydirs')
+source=("https://cpan.metacpan.org/authors/id/P/PL/PLICEASE/FFI-CheckLib-$pkgver.tar.gz")
+sha512sums=('cd3ad9463f2c7f7cceec3f0314c4c7c368f596160a7aba06075c99efb41643d49a7b25afbc9dcfeb0fe517cb971995c32af579e40765ad10501ffd3f87264714')
+
+build() {
+  cd FFI-CheckLib-$pkgver
+  perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd FFI-CheckLib-$pkgver
+  make test
+}
+
+package() {
+  cd FFI-CheckLib-$pkgver
+  make DESTDIR="$pkgdir" install
+}



More information about the arch-commits mailing list