summaryrefslogtreecommitdiff
path: root/perl-graph/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'perl-graph/PKGBUILD')
-rw-r--r--perl-graph/PKGBUILD7
1 files changed, 5 insertions, 2 deletions
diff --git a/perl-graph/PKGBUILD b/perl-graph/PKGBUILD
index 4284baec..41e0cea5 100644
--- a/perl-graph/PKGBUILD
+++ b/perl-graph/PKGBUILD
@@ -4,12 +4,15 @@
pkgname='perl-graph'
pkgver='0.9704'
-pkgrel=9
+pkgrel=10
pkgdesc="graph data structures and algorithms"
arch=('any')
license=('PerlArtistic' 'GPL')
options=('!emptydirs')
-depends=('perl')
+depends=(
+ 'perl>=5.32'
+ 'perl<5.33'
+)
makedepends=()
checkdepends=('perl-test-pod-coverage>=1.00' 'perl-test-pod>=1.00')
url='https://metacpan.org/release/Graph'