summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 7ab5226dcd48..cd5f03b0b34b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
cpaname=CSS-Inliner
cpanauthor=KAMELKEV
pkgname=perl-css-inliner
-pkgver=4008
+pkgver=4018
pkgrel=1
pkgdesc="Perl CSS::Inliner CPAN module"
arch=('any')
@@ -11,8 +11,9 @@ url="http://search.cpan.org/dist/${cpaname}/"
license=('unknown')
options=('!emptydirs')
depends=('perl' 'perl-html-query' 'perl-html-treebuilder-xpath' 'perl-libwww' 'perl-uri')
+checkdepends=('perl-test-pod')
source=("http://search.cpan.org/CPAN/authors/id/${cpanauthor::1}/${cpanauthor::2}/${cpanauthor}/${cpaname}-${pkgver}.tar.gz")
-sha256sums=('14c2214a5e6c3941d0b0eed04832ed1df08466beef60a2e9adedb0c1d97b9a1b')
+sha256sums=('4b849dfaf7e42576d2adb5a674feb345a8a27a5a303f412e10dac531a3061183')
build() {
cd "${srcdir}/${cpaname}-${pkgver}"