pkgname=libplist pkgver=2.6.0 pkgrel=1 pkgdesc="A library to handle Apple Property List format whereas it's binary or XML" url="https://libimobiledevice.org/" arch=('x86_64') license=('GPL2' 'LGPL2.1') depends=('glib2' 'libxml2') makedepends=('python3') #-cython') options=('!makeflags') #source=("https://www.libimobiledevice.org/downloads/${pkgname}-${pkgver}.tar.bz2") source=("https://github.com/libimobiledevice/libplist/releases/download/${pkgver}/${pkgname}-${pkgver}.tar.bz2") md5sums=('32ade021b696c30442c527e87298c3cc') build() { cd ${pkgname}-${pkgver} #./autogen.sh ./configure --prefix=/usr make } package() { cd ${pkgname}-${pkgver} make DESTDIR=${pkgdir} install }