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

Felix Yan felixonmars at archlinux.org
Wed Jun 26 02:33:16 UTC 2019


    Date: Wednesday, June 26, 2019 @ 02:33:16
  Author: felixonmars
Revision: 356930

archrelease: copy trunk to extra-any

Added:
  perl-ffi-checklib/repos/extra-any/PKGBUILD
    (from rev 356929, 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	2019-06-26 02:33:06 UTC (rev 356929)
+++ PKGBUILD	2019-06-26 02:33:16 UTC (rev 356930)
@@ -1,30 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-
-pkgname=perl-ffi-checklib
-pkgver=0.24
-pkgrel=2
-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=('5036c80c5f76a447ffeec017b69253f89c5dc44ec07c97ec48ebf03e4e5f5cae970aa6a1f1ecc865f568cf84ca85cd73212d4763f79791eadcf1c8d676689000')
-
-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 356929, perl-ffi-checklib/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-06-26 02:33:16 UTC (rev 356930)
@@ -0,0 +1,30 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=perl-ffi-checklib
+pkgver=0.25
+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=('f6fd790bd6b5e64972f2692abdd81dcd617a4b9ca377bdced655939e1b6005d2d84dc49df67d4945ff5ae0e7ff955aeccc019bc522fc959f1831c0586f40d313')
+
+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