summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD7
1 files changed, 3 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 8f473b425b1c..9b4024d935f5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,15 +3,14 @@
pkgname=perl-xml-descent
_cpanname=XML-Descent
pkgver=1.04
-pkgrel=1
+pkgrel=2
pkgdesc="Recursive descent XML parsing"
arch=('any')
url="https://metacpan.org/release/$_cpanname"
license=('PerlArtistic')
-checkdepends=('perl-test-differences' 'perl-test-more')
-depends=('perl-xml-tokeparser');
+depends=('perl-xml-tokeparser')
options=('!emptydirs')
-source=("http://cpan.metacpan.org/authors/id/A/AN/ANDYA/${_cpanname}-${pkgver}.tar.gz")
+source=("https://cpan.metacpan.org/authors/id/A/AN/ANDYA/${_cpanname}-${pkgver}.tar.gz")
md5sums=('9e00f2c1a31d8cacd91fb23a30dc6fc6')
build() {