summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorpiernov2024-02-14 11:24:00 +0100
committerpiernov2024-02-14 11:24:50 +0100
commit8072b36e5994f30a9d57b49585c955c2dce8466c (patch)
tree732f59dbd2e754b8374d284de8e4c5637409cf97 /PKGBUILD
parentbef077a1a488c0a44a69c1ac2e221b069cb98b8f (diff)
downloadaur-8072b36e5994f30a9d57b49585c955c2dce8466c.tar.gz
perl-mime-lite-html 1.24-2: add fix_random_ftbfs_testsuite.patch
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD9
1 files changed, 6 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 5e94bc11c864..eb15aa2be3a7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=perl-mime-lite-html
pkgver=1.24
-pkgrel=1
+pkgrel=2
pkgdesc="Perl module that provides routine to transform a HTML page in a MIME-Lite mail"
arch=('any')
url="http://search.cpan.org/dist/MIME-Lite-HTML/"
@@ -10,13 +10,16 @@ license=('GPL')
depends=('perl' 'perl-mime-lite' 'perl-libwww' 'perl-html-parser')
options=('!emptydirs')
source=("http://search.cpan.org/CPAN/authors/id/A/AL/ALIAN/MIME-Lite-HTML-${pkgver}.tar.gz"
- "fix_perl_hash_seed_issues.patch")
+ "fix_perl_hash_seed_issues.patch"
+ "fix_random_ftbfs_testsuite.patch")
md5sums=('6ca475aaa73328f8c51b7002d828fe7e'
- 'be20c7145fd5421c4e533ff80ebf6169')
+ 'be20c7145fd5421c4e533ff80ebf6169'
+ '77d07411e97aaf0e9f8bf0c578cce7e6')
build() {
cd MIME-Lite-HTML-${pkgver}
patch -p1 -i "${srcdir}/fix_perl_hash_seed_issues.patch"
+ patch -p1 -i "${srcdir}/fix_random_ftbfs_testsuite.patch"
perl Makefile.PL INSTALLDIRS=vendor
make
}