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')