[arch-commits] Commit in perl-gnupg-interface/trunk (PKGBUILD)

Morten Linderud foxboron at archlinux.org
Sun Oct 18 16:50:12 UTC 2020


    Date: Sunday, October 18, 2020 @ 16:50:12
  Author: foxboron
Revision: 726756

upgpkg: perl-gnupg-interface 1.00-2 - remove makepkg subroutine

Modified:
  perl-gnupg-interface/trunk/PKGBUILD

----------+
 PKGBUILD |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-10-18 16:39:29 UTC (rev 726755)
+++ PKGBUILD	2020-10-18 16:50:12 UTC (rev 726756)
@@ -4,7 +4,7 @@
 _pkg=GnuPG-Interface
 pkgname=perl-${_pkg,,}
 pkgver=1.00
-pkgrel=1
+pkgrel=2
 pkgdesc="Object-oriented methods for interacting with GnuPG"
 arch=('any')
 url="https://metacpan.org/release/${_pkg}"
@@ -25,7 +25,7 @@
 check() {
     cd ${_pkg}-${pkgver}
     # 19 tests failing, likely because we are in a chroot
-    make test || warning "Tests failed"
+    make test
 }
 
 package() {



More information about the arch-commits mailing list