mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-05-04 20:06:43 +02:00
community/libplist: use https, clarify license
This commit is contained in:
parent
cf33aad518
commit
5546f430b0
@ -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 \
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user