From 23892b31e3af40a7b38ef272eb41f4d879878064 Mon Sep 17 00:00:00 2001 From: classabbyamp Date: Thu, 9 Nov 2023 02:18:34 -0500 Subject: [PATCH] gnunet: missing libgcrypt, distfile is gone --- srcpkgs/gnunet/template | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/srcpkgs/gnunet/template b/srcpkgs/gnunet/template index f59b33ffaf7..38c96146f15 100644 --- a/srcpkgs/gnunet/template +++ b/srcpkgs/gnunet/template @@ -6,7 +6,7 @@ build_style=gnu-configure conf_files="/etc/gnunet/gnunet.conf" hostmakedepends="automake gettext gettext-devel libtool pkg-config tar texinfo" # XXX: curl-gnutls-devel -makedepends="libidn-devel libltdl-devel libunistring-devel +makedepends="libidn-devel libltdl-devel libunistring-devel libgcrypt-devel libmariadbclient-devel postgresql-libs-devel sqlite-devel zlib-devel $(vopt_if bluetooth libbluetooth-devel) $(vopt_if extractor libextractor-devel) @@ -24,7 +24,8 @@ short_desc="Framework for secure peer-to-peer networking" maintainer="Anachron " license="GPL-3.0-or-later" homepage="https://gnunet.org" -distfiles="http://ftpmirror.gnu.org/gnunet/${pkgname}-${version}.tar.gz" +#distfiles="http://ftpmirror.gnu.org/gnunet/${pkgname}-${version}.tar.gz" +distfiles="https://sources.voidlinux.org/gnunet-0.12.2/gnunet-0.12.2.tar.gz" checksum=ac288b047d1156fc5e739062b11242bad0487993631e79781aede620ddf18cd7 build_options="bluetooth extractor iptables ifconfig jansson microhttpd opus gstreamer pulseaudio zbar"