summaryrefslogtreecommitdiff
path: root/perl-net-ssh2/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'perl-net-ssh2/PKGBUILD')
-rw-r--r--perl-net-ssh2/PKGBUILD4
1 files changed, 3 insertions, 1 deletions
diff --git a/perl-net-ssh2/PKGBUILD b/perl-net-ssh2/PKGBUILD
index df9fadbd..1163f812 100644
--- a/perl-net-ssh2/PKGBUILD
+++ b/perl-net-ssh2/PKGBUILD
@@ -3,7 +3,7 @@
pkgname='perl-net-ssh2'
pkgver=0.69
-pkgrel='2'
+pkgrel='3'
pkgdesc='Support for the SSH 2 protocol via libssh2.'
arch=('x86_64' 'i686')
license=('PerlArtistic' 'GPL')
@@ -17,6 +17,8 @@ provides=(
'perl-net-ssh2-publickey=0.69'
'perl-net-ssh2-sftp=0.69')
depends=(
+ 'perl>=5.28'
+ 'perl<5.29'
'perl>=5.6.0')
makedepends=(
'perl-extutils-makemaker>=6.59')