summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAntoine Lubineau2012-10-16 12:56:42 +0200
committerAntoine Lubineau2012-10-16 12:56:42 +0200
commit19ed8a4bda7f055056316551ea6d9e58cbbe529e (patch)
tree33b63f1f4313429f4e9516f7950123596a2ebdcb
parent1d8665e63d07627adc3f2c9466e9d05571956104 (diff)
downloadaur-19ed8a4bda7f055056316551ea6d9e58cbbe529e.tar.gz
wikipediafs: python-fuse is now python2-fuse
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
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')