summaryrefslogtreecommitdiff
path: root/perl-net-ssh2
diff options
context:
space:
mode:
Diffstat (limited to 'perl-net-ssh2')
-rw-r--r--perl-net-ssh2/PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/perl-net-ssh2/PKGBUILD b/perl-net-ssh2/PKGBUILD
index 1bdbe7b3..c7008157 100644
--- a/perl-net-ssh2/PKGBUILD
+++ b/perl-net-ssh2/PKGBUILD
@@ -3,7 +3,7 @@
pkgname='perl-net-ssh2'
pkgver=0.70
-pkgrel=6
+pkgrel=7
pkgdesc='Support for the SSH 2 protocol via libssh2.'
arch=('x86_64' 'i686' 'pentium4')
license=('PerlArtistic' 'GPL')
@@ -15,9 +15,9 @@ _pinned_dependencies=(
'libssh2.so=1'
)
depends=(
+ 'perl>=5.32'
+ 'perl<5.33'
"${_pinned_dependencies[@]}"
- 'perl>=5.30'
- 'perl<5.31'
'perl>=5.6.0')
provides=(
'perl-net-ssh2-channel=0.70'