diff --git a/srcpkgs/libplist/template b/srcpkgs/libplist/template index 1b62dc1b9f2..97e6918af7d 100644 --- a/srcpkgs/libplist/template +++ b/srcpkgs/libplist/template @@ -1,17 +1,17 @@ # Template file for 'libplist' pkgname=libplist -version=2.0.0 -revision=3 +version=2.1.0 +revision=1 build_style=gnu-configure configure_args="--disable-static" -hostmakedepends="automake libtool pkg-config python-devel python-Cython" +hostmakedepends="automake libtool pkgconf python-devel python-Cython" makedepends="python-devel libglib-devel libxml2-devel" short_desc="Apple Property List library" maintainer="Orphaned " -license="GPL-2, LGPL-2.1" -homepage="http://libimobiledevice.org/" -distfiles="http://www.libimobiledevice.org/downloads/${pkgname}-${version}.tar.bz2" -checksum=3a7e9694c2d9a85174ba1fa92417cfabaea7f6d19631e544948dc7e17e82f602 +license="LGPL-2.1-only" +homepage="https://github.com/libimobiledevice/libplist/" +distfiles="https://github.com/libimobiledevice/libplist/archive/${version}.tar.gz" +checksum=4b33f9af3f9208d54a3c3e1a8c149932513f451c98d1dd696fe42c06e30b7f03 pre_configure() { sed -i 's,-L$(libdir),,g' cython/Makefile.am