mirror of
https://github.com/archlinux/aur.git
synced 2026-03-04 00:55:14 +01:00
wikipediafs: python-fuse is now python2-fuse
This commit is contained in:
parent
1d8665e63d
commit
19ed8a4bda
2 changed files with 2 additions and 2 deletions
2
.SRCINFO
2
.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
|
||||
|
||||
|
|
|
|||
2
PKGBUILD
2
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')
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue