Date: Wednesday, June 17, 2020 @ 07:46:34 Author: arojas Revision: 389408
Update to 1.3.0 Modified: libimobiledevice/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-06-17 07:42:05 UTC (rev 389407) +++ PKGBUILD 2020-06-17 07:46:34 UTC (rev 389408) @@ -3,8 +3,8 @@ # Contributor: Gabriel Martinez < reitaka at gmail dot com > pkgname=libimobiledevice -pkgver=1.2.0+87+g92c5462 -pkgrel=7 +pkgver=1.3.0 +pkgrel=1 pkgdesc="Library that talks the protocols to support iPhone and iPod Touch devices on Linux" url="https://libimobiledevice.org/" arch=('x86_64') @@ -12,7 +12,7 @@ depends=('libusbmuxd' 'usbmuxd' 'gnutls') makedepends=('python' 'cython' 'libplist' 'autoconf-archive' 'git' 'python-setuptools') -_commit=92c5462adef87b1e577b8557b6b9c64d5a089544 # master +_commit=15f8652126664e3a4b980e5d1c039b9053ce8566 source=("git+https://github.com/libimobiledevice/libimobiledevice#commit=$_commit") sha256sums=('SKIP')
