perl-JSON-XS: add fix depends again.
This commit is contained in:
parent
8d1b487adf
commit
b3daf4a80e
1 changed files with 2 additions and 2 deletions
|
@ -1,11 +1,11 @@
|
|||
# Template file for 'perl-JSON-XS'
|
||||
pkgname=perl-JSON-XS
|
||||
version=3.01
|
||||
revision=2
|
||||
revision=3
|
||||
wrksrc="${pkgname/perl-/}-${version}"
|
||||
build_style=perl-module
|
||||
hostmakedepends="perl"
|
||||
makedepends="${hostmakedepends} perl-common-sense"
|
||||
makedepends="${hostmakedepends} perl-common-sense perl-Types-Serialiser"
|
||||
depends="${makedepends}"
|
||||
short_desc="JSON::XS - JSON serialising/deserialising, done correctly and fast"
|
||||
maintainer="Christian Neukirchen <chneukirchen@gmail.com>"
|
||||
|
|
Loading…
Reference in a new issue