summaryrefslogtreecommitdiff
path: root/community/ifuse/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/ifuse/PKGBUILD')
-rw-r--r--community/ifuse/PKGBUILD7
1 files changed, 4 insertions, 3 deletions
diff --git a/community/ifuse/PKGBUILD b/community/ifuse/PKGBUILD
index 86baa44e9..a5a20f572 100644
--- a/community/ifuse/PKGBUILD
+++ b/community/ifuse/PKGBUILD
@@ -1,16 +1,17 @@
+# $Id: PKGBUILD 70102 2012-04-29 11:48:29Z andrea $
# Maintainer: Thomas Dziedzic < gostrc at gmail >
# Contributor: Gabriel Martinez < reitaka at gmail dot com >
pkgname=ifuse
-pkgver=1.1.1
-pkgrel=5
+pkgver=1.1.2
+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")
-md5sums=('8d528a79de024b91f12f8ac67965c37c')
+md5sums=('4152526b2ac3c505cb41797d997be14d')
build() {
cd "${pkgname}-${pkgver}"