summaryrefslogtreecommitdiff
path: root/perl-io-socket-socks/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'perl-io-socket-socks/PKGBUILD')
-rw-r--r--perl-io-socket-socks/PKGBUILD4
1 files changed, 3 insertions, 1 deletions
diff --git a/perl-io-socket-socks/PKGBUILD b/perl-io-socket-socks/PKGBUILD
index ccb989fc..7347bbaf 100644
--- a/perl-io-socket-socks/PKGBUILD
+++ b/perl-io-socket-socks/PKGBUILD
@@ -3,12 +3,14 @@
pkgname='perl-io-socket-socks'
pkgver='0.74'
-pkgrel='2'
+pkgrel='3'
pkgdesc='Provides a way to create socks client or server both 4 and 5 version.'
arch=('any')
license=('PerlArtistic' 'GPL')
options=('!emptydirs')
depends=(
+ 'perl>=5.28'
+ 'perl<5.29'
'perl-constant>=1.03'
'perl-io'
'perl-socket>=1.94'