libsoup: update to 2.64.0.

This commit is contained in:
maxice8 2018-09-09 01:58:54 -03:00
parent 15c6bd1aa4
commit 479cc14bd0
No known key found for this signature in database
GPG Key ID: 543B9D4F4299F06B

View File

@ -1,13 +1,13 @@
# Template file for 'libsoup'
pkgname=libsoup
version=2.62.3
version=2.64.0
revision=1
build_style=gnu-configure
configure_args="--disable-tls-check --disable-static
$(vopt_if gir '--enable-introspection --enable-vala' '--disable-introspection --disable-vala')"
hostmakedepends="automake gettext-devel glib-devel intltool libtool pkg-config
$(vopt_if gir 'gobject-introspection vala-devel')"
makedepends="libglib-devel libxml2-devel sqlite-devel"
makedepends="libglib-devel libxml2-devel sqlite-devel libpsl-devel"
depends="glib-networking"
short_desc="HTTP library implementation in C"
maintainer="Enno Boland <gottox@voidlinux.eu>"
@ -15,7 +15,7 @@ license="LGPL-2.1-or-later"
homepage="https://wiki.gnome.org/Projects/libsoup"
changelog="https://raw.githubusercontent.com/GNOME/libsoup/gnome-3-28/NEWS"
distfiles="${GNOME_SITE}/${pkgname}/${version%.*}/${pkgname}-${version}.tar.xz"
checksum=d312ade547495c2093ff8bda61f9b9727a98cfdae339f3263277dd39c0451172
checksum=d95bc9602c97ec805d80e5ddf75605665c4c4d6b2c56893c416e707ef578e727
# Package build options
build_options="gir"