diff options
-rw-r--r-- | community/libplist/APKBUILD | 8 |
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 \ |