community/libplist: use https, clarify license

This commit is contained in:
prspkt 2019-07-24 02:57:03 +03:00
parent cf33aad518
commit 5546f430b0
No known key found for this signature in database
GPG Key ID: 24BA3D41BDA6E870

View File

@ -2,14 +2,14 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=libplist
pkgver=2.0.0
pkgrel=2
pkgrel=3
pkgdesc="A library to handle Apple Property List format whereas it's binary or XML"
url="http://libimobiledevice.org/"
url="https://libimobiledevice.org/"
arch="all"
license="GPL-2.0-or-later LGPL-2.1-or-later"
license="GPL-2.0-or-later AND LGPL-2.1-or-later"
makedepends="py3-setuptools swig python3-dev glib-dev cython3"
subpackages="$pkgname-static $pkgname-dev py3-$pkgname:_py3 $pkgname-util $pkgname++:cxx"
source="http://www.libimobiledevice.org/downloads/libplist-$pkgver.tar.bz2"
source="https://www.libimobiledevice.org/downloads/libplist-$pkgver.tar.bz2"
build() {
./configure \