From 40ca949f6a582309ebc4aa427bb889db7b5a8167 Mon Sep 17 00:00:00 2001 From: Luiz Amaral Date: Fri, 21 Feb 2025 12:37:13 +0100 Subject: [PATCH] Add missing build dependencies --- PKGBUILD | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/PKGBUILD b/PKGBUILD index c4583f2..851258b 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -7,12 +7,13 @@ _modnamespace=parse pkgname=perl-$_perlmod _perlname=Parse-DebControl pkgver=2.005 -pkgrel=4 +pkgrel=5 pkgdesc="Easy OO parsing of debian control-like files" arch=('any') url="https://metacpan.org/module/Parse::DebControl" license=('GPL' 'PerlArtistic') depends=('perl>=5.10.0' 'perl-io-stringy' 'perl-exporter-lite') +makedepends=('perl-libwww' 'perl-error' 'perl-test-exception') options=('!emptydirs') source=("http://cpan.metacpan.org/authors/id/J/JA/JAYBONCI/$_perlname-$pkgver.tar.gz" '0001-Parse-DebControl-error-handling.patch'