aboutsummaryrefslogtreecommitdiffstats
path: root/community/libplist
diff options
context:
space:
mode:
authorprspkt <prspkt@protonmail.com>2019-07-24 02:57:03 +0300
committerprspkt <prspkt@protonmail.com>2019-07-24 02:57:03 +0300
commit5546f430b02ef33af79ff8a112f12f1e1114deee (patch)
treed1497fe161759a31086420172584286c636dad91 /community/libplist
parentcf33aad5186d48690cfd9dcabffbf59c794c27db (diff)
downloadaports-5546f430b02ef33af79ff8a112f12f1e1114deee.tar.bz2
aports-5546f430b02ef33af79ff8a112f12f1e1114deee.tar.xz
community/libplist: use https, clarify license
Diffstat (limited to 'community/libplist')
-rw-r--r--community/libplist/APKBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/community/libplist/APKBUILD b/community/libplist/APKBUILD
index dbd4644335..97d833664c 100644
--- a/community/libplist/APKBUILD
+++ b/community/libplist/APKBUILD
@@ -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 \