Date: Sunday, June 27, 2010 @ 08:21:23 Author: ibiru Revision: 84199 upgpkg: libimobiledevice 1.0.2-1 update to 1.0.2
Modified: libimobiledevice/trunk/PKGBUILD ----------+ PKGBUILD | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2010-06-27 12:00:58 UTC (rev 84198) +++ PKGBUILD 2010-06-27 12:21:23 UTC (rev 84199) @@ -3,7 +3,7 @@ # Contributor: Gabriel Martinez < reitaka at gmail dot com > pkgname=libimobiledevice -pkgver=1.0.1 +pkgver=1.0.2 pkgrel=1 pkgdesc="Is a software library that talks the protocols to support iPhone and iPod Touch devices on Linux" url="http://libimobiledevice.org/" @@ -13,12 +13,11 @@ makedepends=('swig') options=('!libtool') source=(http://libimobiledevice.org/downloads/${pkgname}-${pkgver}.tar.bz2) -sha256sums=('ae4887870f4b44a648b21ca220cca23515db8a97d48514cba2e8a0a30f38b7ac') - +md5sums=('b83dd6f501e2ef199927c20866e9e113') build() { cd "${srcdir}/${pkgname}-${pkgver}" ./configure --prefix=/usr - make || return 1 - make DESTDIR="${pkgdir}" install || return 1 + make + make DESTDIR="${pkgdir}" install }
