summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorYardena Cohen2024-02-18 17:47:03 -0800
committerYardena Cohen2024-02-18 17:47:03 -0800
commit10d2a6b11ec0858bab5285892441e9bf9d59c00e (patch)
treed5f42df126a8c5d0124ec3b41068b372565415a2 /PKGBUILD
parent71f4c76a4787efdedb99b77160008cd15aaeb853 (diff)
downloadaur-10d2a6b11ec0858bab5285892441e9bf9d59c00e.tar.gz
bump 4018
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index b306dd50ae3b..cd5f03b0b34b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
cpaname=CSS-Inliner
cpanauthor=KAMELKEV
pkgname=perl-css-inliner
-pkgver=4014
+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=('1e0ab0538574c5c144c81092e4ef95f11d9429a143c0896719ef7a45374dc0bf')
+sha256sums=('4b849dfaf7e42576d2adb5a674feb345a8a27a5a303f412e10dac531a3061183')
build() {
cd "${srcdir}/${cpaname}-${pkgver}"