summaryrefslogtreecommitdiff
path: root/community/ifuse/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/ifuse/PKGBUILD')
-rw-r--r--community/ifuse/PKGBUILD17
1 files changed, 5 insertions, 12 deletions
diff --git a/community/ifuse/PKGBUILD b/community/ifuse/PKGBUILD
index b6075319b..e8c45eb6b 100644
--- a/community/ifuse/PKGBUILD
+++ b/community/ifuse/PKGBUILD
@@ -1,25 +1,18 @@
-# $Id: PKGBUILD 100637 2013-11-06 19:54:56Z cinelli $
+# $Id: PKGBUILD 109428 2014-04-14 20:15:34Z jgc $
# Maintainer: Federico Cinelli <cinelli@aur.archlinux.org>
# Contributor: Thomas Dziedzic < gostrc at gmail >
# Contributor: Gabriel Martinez < reitaka at gmail dot com >
pkgname=ifuse
-pkgver=1.1.2
-pkgrel=5
+pkgver=1.1.3
+pkgrel=1
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' 'fuse')
-source=("http://www.libimobiledevice.org/downloads/$pkgname-$pkgver.tar.bz2"
- '0001-Updated-for-libimobiledevice-1.1.5.patch')
-md5sums=('4152526b2ac3c505cb41797d997be14d'
- 'ca4d4af7f830c10645b605f1572c0ba6')
-
-prepare() {
- cd "$pkgname-$pkgver"
- patch -p1 -i "$srcdir/0001-Updated-for-libimobiledevice-1.1.5.patch"
-}
+source=("http://www.libimobiledevice.org/downloads/$pkgname-$pkgver.tar.bz2")
+md5sums=('83478c7b531b26db286c293bb25bd917')
build() {
cd "$pkgname-$pkgver"