summaryrefslogtreecommitdiff
path: root/perl-data-binary/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'perl-data-binary/PKGBUILD')
-rw-r--r--perl-data-binary/PKGBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/perl-data-binary/PKGBUILD b/perl-data-binary/PKGBUILD
index dfa453e0..e73845a0 100644
--- a/perl-data-binary/PKGBUILD
+++ b/perl-data-binary/PKGBUILD
@@ -3,7 +3,7 @@
pkgname='perl-data-binary'
pkgver='0.01'
-pkgrel='1'
+pkgrel=2
pkgdesc='Simple detection of binary versus text in strings'
arch=('any')
license=('PerlArtistic' 'GPL')
@@ -12,7 +12,8 @@ makedepends=(
'perl-extutils-makemaker>=6.30'
)
depends=(
- 'perl>=5.8.0'
+ 'perl>=5.30'
+ 'perl<5.31'
)
url='https://metacpan.org/release/Data-Binary'
_distdir="Data-Binary-${pkgver}"