diff options
Diffstat (limited to 'perl-json-dwiw')
-rw-r--r-- | perl-json-dwiw/PKGBUILD | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/perl-json-dwiw/PKGBUILD b/perl-json-dwiw/PKGBUILD index 621c8047..18a83fec 100644 --- a/perl-json-dwiw/PKGBUILD +++ b/perl-json-dwiw/PKGBUILD @@ -3,12 +3,14 @@ pkgname='perl-json-dwiw' pkgver='0.47' -pkgrel='2' +pkgrel='3' pkgdesc='JSON converter that does what I want' arch=('x86_64' 'i686') license=('PerlArtistic' 'GPL') options=('!emptydirs') depends=( + 'perl>=5.28' + 'perl<5.29' 'perl-test-simple' ) makedepends=( |