* [PATCH] libpsl: fix builtin list compilation
@ 2019-09-10 23:07 Quentin Rameau
0 siblings, 0 replies; only message in thread
From: Quentin Rameau @ 2019-09-10 23:07 UTC (permalink / raw)
To: Void Linux
libpsl require an unicode library for building builtin data.
---
srcpkgs/libpsl/template | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/srcpkgs/libpsl/template b/srcpkgs/libpsl/template
index 29f223283b..cbdd6ba99f 100644
--- a/srcpkgs/libpsl/template
+++ b/srcpkgs/libpsl/template
@@ -1,9 +1,10 @@
# Template file for 'libpsl'
pkgname=libpsl
version=0.21.0
-revision=1
+revision=2
build_style=gnu-configure
hostmakedepends="pkg-config python"
+makedepends="icu-devel"
short_desc="Public Suffix List library functions"
maintainer="Orphaned <orphan@voidlinux.org>"
license="MIT"
--
2.23.0
--
You received this message because you are subscribed to the Google Groups "voidlinux" group.
To unsubscribe from this group and stop receiving emails from it, send an email to voidlinux+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/voidlinux/20190911010735.6b0fe33a%40fifth.space.
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2019-09-10 23:07 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-09-10 23:07 [PATCH] libpsl: fix builtin list compilation Quentin Rameau
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).