diff --git a/srcpkgs/c-ares/template b/srcpkgs/c-ares/template index 9f81b95462c..0091cc87f62 100644 --- a/srcpkgs/c-ares/template +++ b/srcpkgs/c-ares/template @@ -1,15 +1,17 @@ # Template file for 'c-ares' pkgname=c-ares -version=1.17.1 +version=1.17.2 revision=1 build_style=gnu-configure +checkdepends="iana-etc" short_desc="C library that performs DNS requests and name resolves asynchronously" maintainer="Orphaned " license="MIT" homepage="https://c-ares.haxx.se/" changelog="https://c-ares.haxx.se/changelog.html" distfiles="${homepage}/download/${pkgname}-${version}.tar.gz" -checksum=d73dd0f6de824afd407ce10750ea081af47eba52b8a6cb307d220131ad93fc40 +checksum=4803c844ce20ce510ef0eb83f8ea41fa24ecaae9d280c468c582d2bb25b3913d +make_check=ci-skip # segfaults only on CI pre_configure() { export CFLAGS=${CFLAGS/-D_FORTIFY_SOURCE=?/}