From 19ed8a4bda7f055056316551ea6d9e58cbbe529e Mon Sep 17 00:00:00 2001 From: Antoine Lubineau Date: Tue, 16 Oct 2012 12:56:42 +0200 Subject: [PATCH] wikipediafs: python-fuse is now python2-fuse --- .SRCINFO | 2 +- PKGBUILD | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index 10f5f8d8f93f..cfadd36c4605 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -6,7 +6,7 @@ pkgbase = wikipediafs arch = any license = GPL depends = fuse - depends = python-fuse + depends = python2-fuse source = http://downloads.sourceforge.net/wikipediafs/wikipediafs-0.4.tar.gz sha256sums = 8c9de78dd92354877a8d604f3128238f10cd6c06d594ddc23c06552cc7c731f1 diff --git a/PKGBUILD b/PKGBUILD index 4e7464b91349..ee9d743732d8 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -7,7 +7,7 @@ pkgdesc="Mount Wikipedia/Mediawiki sites locally via FUSE" arch=('any') url="http://wikipediafs.sourceforge.net/" license=('GPL') -depends=('fuse' 'python-fuse') +depends=('fuse' 'python2-fuse') source=("http://downloads.sourceforge.net/wikipediafs/$pkgname-$pkgver.tar.gz") sha256sums=('8c9de78dd92354877a8d604f3128238f10cd6c06d594ddc23c06552cc7c731f1')