summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD12
2 files changed, 9 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 45ffa0918072..347249f9dcfa 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = perl-extutils-f77
pkgdesc = Perl module providing simple interface to F77 libraries
- pkgver = 1.24
+ pkgver = 1.26
pkgrel = 1
url = https://metacpan.org/release/ExtUtils-F77
arch = any
@@ -9,8 +9,8 @@ pkgbase = perl-extutils-f77
depends = perl-file-which
depends = gcc-fortran
options = !emptydirs
- source = http://search.cpan.org/CPAN/authors/id/K/KG/KGB/ExtUtils-F77-1.24.tar.gz
- md5sums = 575fd322322c605718142bc6c4db034a
+ source = http://search.cpan.org/CPAN/authors/id/E/ET/ETJ/ExtUtils-F77-1.26.tar.gz
+ md5sums = 06e142e823e6f60a1d4aa711f45c2f79
pkgname = perl-extutils-f77
diff --git a/PKGBUILD b/PKGBUILD
index 1589f6ed7275..0e70e47e5c7b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,16 +3,16 @@
# Generator : CPANPLUS::Dist::Arch 1.32
pkgname=perl-extutils-f77
-pkgver=1.24
+pkgver=1.26
pkgrel=1
pkgdesc='Perl module providing simple interface to F77 libraries'
arch=('any')
url='https://metacpan.org/release/ExtUtils-F77'
license=('PerlArtistic' 'GPL')
depends=('perl-file-which' 'gcc-fortran')
-source=(http://search.cpan.org/CPAN/authors/id/K/KG/KGB/ExtUtils-F77-1.24.tar.gz)
+source=(http://search.cpan.org/CPAN/authors/id/E/ET/ETJ/ExtUtils-F77-1.26.tar.gz)
options=(!emptydirs)
-md5sums=('575fd322322c605718142bc6c4db034a')
+md5sums=('06e142e823e6f60a1d4aa711f45c2f79')
sanitize() {
unset PERL5LIB PERL_MM_OPT PERL_MB_OPT PERL_LOCAL_LIB_ROOT
@@ -20,20 +20,20 @@ sanitize() {
}
build() {
- cd ExtUtils-F77-1.24
+ cd ExtUtils-F77-1.26
sanitize
perl Makefile.PL INSTALLDIRS=vendor
make
}
check() {
- cd ExtUtils-F77-1.24
+ cd ExtUtils-F77-1.26
sanitize
make test
}
package() {
- cd ExtUtils-F77-1.24
+ cd ExtUtils-F77-1.26
sanitize
make install DESTDIR="$pkgdir"
find "$pkgdir" \( -name .packlist -o -name perllocal.pod \) -delete