summaryrefslogtreecommitdiff
path: root/perl-json-dwiw
diff options
context:
space:
mode:
authorErich Eckner <git@eckner.net>2020-06-05 14:57:03 +0200
committerErich Eckner <git@eckner.net>2020-06-05 14:57:03 +0200
commit4858490f38e7d645c72bee4f36ce9e10860f1184 (patch)
treefaa9fb26ff2afc7ee39dfca520f91a5bbb490570 /perl-json-dwiw
parentaa605bf6cbc3e62b2d878596c22ab19afe578ac6 (diff)
downloadarchlinuxewe.git.save-4858490f38e7d645c72bee4f36ce9e10860f1184.tar.xz
perl-json-dwiw: rebuild
Diffstat (limited to 'perl-json-dwiw')
-rw-r--r--perl-json-dwiw/PKGBUILD6
1 files changed, 5 insertions, 1 deletions
diff --git a/perl-json-dwiw/PKGBUILD b/perl-json-dwiw/PKGBUILD
index aa799457..2de1f612 100644
--- a/perl-json-dwiw/PKGBUILD
+++ b/perl-json-dwiw/PKGBUILD
@@ -3,12 +3,16 @@
pkgname='perl-json-dwiw'
pkgver='0.47'
-pkgrel=4
+pkgrel=5
pkgdesc='JSON converter that does what I want'
arch=('x86_64' 'i686' 'pentium4')
license=('PerlArtistic' 'GPL')
options=('!emptydirs')
+_pinned_dependencies=(
+ 'glibc>=2.31'
+)
depends=(
+ "${_pinned_dependencies[@]}"
'perl>=5.30'
'perl<5.31'
'perl-test-simple'