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