summaryrefslogtreecommitdiff
path: root/community/mtpfs
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2012-03-18 00:02:54 +0000
committerroot <root@rshg054.dnsready.net>2012-03-18 00:02:54 +0000
commitd14a25fc4f65ae3d6e62f4668e9cb88d74834255 (patch)
tree7c4f618283e9b502f0d9cfb5059ce38daa7738be /community/mtpfs
parent9a940818cc3edb82afac4d73a6474e6e3374f987 (diff)
Sun Mar 18 00:02:53 UTC 2012
Diffstat (limited to 'community/mtpfs')
-rw-r--r--community/mtpfs/PKGBUILD10
1 files changed, 5 insertions, 5 deletions
diff --git a/community/mtpfs/PKGBUILD b/community/mtpfs/PKGBUILD
index 89b1c25a9..7f2731b40 100644
--- a/community/mtpfs/PKGBUILD
+++ b/community/mtpfs/PKGBUILD
@@ -1,19 +1,19 @@
-# $Id: PKGBUILD 64861 2012-02-18 18:17:04Z lcarlier $
+# $Id: PKGBUILD 67994 2012-03-16 19:16:02Z lcarlier $
# Maintainer: Laurent Carlier <lordheavym@gmail.com>
# Contributor: yugrotavele <yugrotavele at archlinux dot us>
# Contributor: Anton Pirogov <anton.pirogov <AT> googlemail.com>
pkgname=mtpfs
-pkgver=1.0
-pkgrel=2
+pkgver=1.1
+pkgrel=1
pkgdesc="A FUSE filesystem that supports reading and writing from any MTP device"
arch=('i686' 'x86_64')
url="http://www.adebenham.com/mtpfs/"
license=('GPL3')
depends=('libmtp' 'glib2' 'libid3tag' 'fuse' 'libmad')
makedepends=('pkg-config')
-source=(http://www.adebenham.com/debian/${pkgname}-${pkgver}.tar.gz)
-md5sums=('7d62fdfdb59d87d115e2f804d0dc7f85')
+source=(http://www.adebenham.com/files/mtp/${pkgname}-${pkgver}.tar.gz)
+md5sums=('a299cadca336e6945b7275b44c6e8d27')
build() {
cd "$srcdir/$pkgname-$pkgver"