summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorTyler Swagar2021-03-09 17:29:54 -0800
committerTyler Swagar2021-03-09 17:29:54 -0800
commit6d388374ed7dc86dc449f5e8864d67360fb66681 (patch)
treeea87d15a173f4c951cd3c893882a7e8e9bf1ff6f /PKGBUILD
parentab21ff54b6b0f89b78a149464276d2568cbe0b1c (diff)
downloadaur-6d388374ed7dc86dc449f5e8864d67360fb66681.tar.gz
Add optional Cpanel::JSON::XS support
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index f1487c79fbdb..a97a24ce59ee 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,13 +4,14 @@
pkgname='perl-mojolicious'
pkgver='9.03'
-pkgrel='1'
+pkgrel='2'
pkgdesc="Real-time web framework"
arch=('any')
license=('PerlArtistic' 'GPL')
options=('!emptydirs')
depends=('perl>=5.16.0')
makedepends=()
+optdepends=('perl-cpanel-json-xs>=4.09: Faster JSON encoding and decoding')
url='https://metacpan.org/release/Mojolicious'
source=("https://cpan.metacpan.org/authors/id/S/SR/SRI/Mojolicious-${pkgver}.tar.gz")
md5sums=('ba0bafb5a2ba2ceb2037ebf126514350')