mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
gnunet: fix typo
This commit is contained in:
parent
f2b87ce6c3
commit
b271cc08b1
1 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'gnunet'
|
# Template file for 'gnunet'
|
||||||
pkgname=gnunet
|
pkgname=gnunet
|
||||||
version=0.12.2
|
version=0.12.2
|
||||||
revision=2
|
revision=3
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
conf_files="/etc/gnunet/gnunet.conf"
|
conf_files="/etc/gnunet/gnunet.conf"
|
||||||
hostmakedepends="automake gettext gettext-devel libtool pkg-config tar texinfo"
|
hostmakedepends="automake gettext gettext-devel libtool pkg-config tar texinfo"
|
||||||
|
@ -19,7 +19,7 @@ makedepends="libidn-devel libltdl-devel libunistring-devel
|
||||||
$(vopt_if pulseaudio pulseaudio-devel)
|
$(vopt_if pulseaudio pulseaudio-devel)
|
||||||
$(vopt_if zbar libzbar-devel)"
|
$(vopt_if zbar libzbar-devel)"
|
||||||
depends="$(vopt_if ifconfig inetutils-ifconfig)
|
depends="$(vopt_if ifconfig inetutils-ifconfig)
|
||||||
$(vopt_if iptable iptables)"
|
$(vopt_if iptables iptables)"
|
||||||
short_desc="Framework for secure peer-to-peer networking"
|
short_desc="Framework for secure peer-to-peer networking"
|
||||||
maintainer="Anachron <gith@cron.world>"
|
maintainer="Anachron <gith@cron.world>"
|
||||||
license="GPL-3.0-or-later"
|
license="GPL-3.0-or-later"
|
||||||
|
|
Loading…
Add table
Reference in a new issue