[arch-commits] Commit in perl-filesys-df/trunk (PKGBUILD)

Fabio Castelli muflone at archlinux.org
Sun Apr 1 01:01:27 UTC 2018


    Date: Sunday, April 1, 2018 @ 01:01:26
  Author: muflone
Revision: 313670

upgpkg: perl-filesys-df 0.92-5

Modified:
  perl-filesys-df/trunk/PKGBUILD

----------+
 PKGBUILD |    7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-04-01 00:36:56 UTC (rev 313669)
+++ PKGBUILD	2018-04-01 01:01:26 UTC (rev 313670)
@@ -6,7 +6,7 @@
 pkgname=perl-filesys-df
 _perl_module=Filesys-Df
 pkgver=0.92
-pkgrel=4
+pkgrel=5
 pkgdesc="Perl extension for filesystem disk space information"
 arch=('x86_64')
 url="https://metacpan.org/release/${_perl_module}"
@@ -22,6 +22,11 @@
    make
 }
 
+check() {
+   cd "${_perl_module}-${pkgver}"
+   make test
+}
+
 package() {
    cd "${_perl_module}-${pkgver}"
    make pure_install DESTDIR="${pkgdir}"



More information about the arch-commits mailing list