Date: Wednesday, June 17, 2020 @ 07:35:52 Author: arojas Revision: 389404
Update to 2.2.0 Modified: libplist/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-06-17 07:25:27 UTC (rev 389403) +++ PKGBUILD 2020-06-17 07:35:52 UTC (rev 389404) @@ -3,8 +3,8 @@ # Contributor: Gabriel Martinez < reitaka at gmail dot com > pkgname=libplist -pkgver=2.1.0 -pkgrel=3 +pkgver=2.2.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') @@ -12,7 +12,7 @@ depends=('glib2') makedepends=('python' 'cython' 'autoconf-archive' 'git' 'python-setuptools') options=('!makeflags') -_commit=3df02d4d0e9008771e8622fdc10de8333b3f0d85 # tags/2.1.0^0 +_commit=c5a30e9267068436a75b5d00fcbf95cb9c1f4dcd source=("git+https://github.com/libimobiledevice/libplist#commit=$_commit") sha256sums=('SKIP')
