libsoup: update to 2.52.0.
This commit is contained in:
parent
f32dbc56e2
commit
c20c1ee1db
1 changed files with 3 additions and 3 deletions
|
@ -1,10 +1,10 @@
|
|||
# Template file for 'libsoup'
|
||||
pkgname=libsoup
|
||||
version=2.50.0
|
||||
version=2.52.0
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
configure_args="--disable-static $(vopt_enable gir introspection)"
|
||||
hostmakedepends="pkg-config intltool glib-devel libtool automake gettext-devel"
|
||||
hostmakedepends="pkg-config intltool glib-devel libtool automake gettext-devel vala"
|
||||
makedepends="libglib-devel libxml2-devel sqlite-devel glib-networking $(vopt_if gir gobject-introspection)"
|
||||
depends="glib-networking"
|
||||
short_desc="HTTP library implementation in C"
|
||||
|
@ -12,7 +12,7 @@ maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
|||
homepage="http://www.gnome.org"
|
||||
license="LGPL-2.1"
|
||||
distfiles="${GNOME_SITE}/$pkgname/${version%.*}/$pkgname-$version.tar.xz"
|
||||
checksum=1e01365ac4af3817187ea847f9d3588c27eee01fc519a5a7cb212bb78b0f667b
|
||||
checksum=6c6c366622a1a9d938e0cea9b557fa536f088784251d31381ccd1b115a466785
|
||||
|
||||
# Package build options
|
||||
build_options="gir"
|
||||
|
|
Loading…
Reference in a new issue