summaryrefslogtreecommitdiff
path: root/perl-graph
diff options
context:
space:
mode:
Diffstat (limited to 'perl-graph')
-rw-r--r--perl-graph/PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/perl-graph/PKGBUILD b/perl-graph/PKGBUILD
index 41e0cea56..5154ad4f8 100644
--- a/perl-graph/PKGBUILD
+++ b/perl-graph/PKGBUILD
@@ -4,14 +4,14 @@
pkgname='perl-graph'
pkgver='0.9704'
-pkgrel=10
+pkgrel=11
pkgdesc="graph data structures and algorithms"
arch=('any')
license=('PerlArtistic' 'GPL')
options=('!emptydirs')
depends=(
- 'perl>=5.32'
- 'perl<5.33'
+ 'perl>=5.34'
+ 'perl<5.35'
)
makedepends=()
checkdepends=('perl-test-pod-coverage>=1.00' 'perl-test-pod>=1.00')