Date: Wednesday, February 22, 2017 @ 02:53:11 Author: grazzolini Revision: 213388
upgpkg: ifuse 1.1.3-4 Changed the source fetching to https, using libimobiledevice cgit. Also, install the missing license file. Modified: ifuse/trunk/PKGBUILD ----------+ PKGBUILD | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2017-02-22 01:31:29 UTC (rev 213387) +++ PKGBUILD 2017-02-22 02:53:11 UTC (rev 213388) @@ -1,18 +1,20 @@ # $Id$ -# Maintainer: Federico Cinelli <[email protected]> +# Maintainer: Giancarlo Razzolini <[email protected]> +# Contributor: Federico Cinelli <[email protected]> # Contributor: Thomas Dziedzic < gostrc at gmail > # Contributor: Gabriel Martinez < reitaka at gmail dot com > pkgname=ifuse pkgver=1.1.3 -pkgrel=3 +pkgrel=4 pkgdesc='A fuse filesystem to access the contents of an iPhone or iPod Touch' url='http://libimobiledevice.org/' arch=('i686' 'x86_64') license=('LGPL2.1') depends=('libimobiledevice' 'fuse2') -source=("http://www.libimobiledevice.org/downloads/$pkgname-$pkgver.tar.bz2") +source=("https://cgit.libimobiledevice.org/ifuse.git/snapshot/$pkgname-$pkgver.tar.bz2") md5sums=('83478c7b531b26db286c293bb25bd917') +sha256sums=('a788de66fb7720c84a5a775df415f78bbfb7c467a76c732d23292c6986252add') build() { cd "$pkgname-$pkgver" @@ -24,4 +26,5 @@ package() { cd "$pkgname-$pkgver" make DESTDIR="$pkgdir" install + install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/LICENSE" }
