diff options
author | Oleg Titov <oleg.titov@gmail.com> | 2019-04-08 12:22:02 -0500 |
---|---|---|
committer | Carlo Landmeter <clandmeter@alpinelinux.org> | 2019-04-10 15:52:53 +0000 |
commit | f860039a2b07d0346c8ef7da0ad4f75a88f6ef54 (patch) | |
tree | 19cde692bf2694703f6c676d34956408c4ec0fe8 /community | |
parent | f62448510f0d0346e538385f12140c2374a4a5f6 (diff) | |
download | aports-f860039a2b07d0346c8ef7da0ad4f75a88f6ef54.tar.bz2 aports-f860039a2b07d0346c8ef7da0ad4f75a88f6ef54.tar.xz |
community/libplist: remove cython-dev from makedepends, add py2-setuptools to makedepends
Diffstat (limited to 'community')
-rw-r--r-- | community/libplist/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/community/libplist/APKBUILD b/community/libplist/APKBUILD index 73c424f2a4..1c2c2c5fc5 100644 --- a/community/libplist/APKBUILD +++ b/community/libplist/APKBUILD @@ -1,14 +1,14 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=libplist pkgver=2.0.0 -pkgrel=0 +pkgrel=1 pkgdesc="A library to handle Apple Property List format whereas it's binary or XML" url="http://libimobiledevice.org/" arch="all" license="GPL-2.0 LGPL-2.1" depends="" depends_dev="libxml2-dev glib-dev" -makedepends="swig python2-dev $depends_dev cython-dev python2 cython" +makedepends="py2-setuptools swig python2-dev $depends_dev python2 cython2" subpackages="$pkgname-dev py-$pkgname:py $pkgname-util $pkgname++:cxx" source="http://www.libimobiledevice.org/downloads/libplist-$pkgver.tar.bz2" |