mirror of
https://gitdl.cn/https://github.com/chakralinux/desktop.git
synced 2025-01-23 17:43:12 +08:00
python-fuse: fixed conflicts/provides/replaces lines
This commit is contained in:
parent
0163263435
commit
1b0c8d7523
@ -8,7 +8,7 @@
|
||||
pkgbase=python-fuse
|
||||
pkgname=(python3-fuse python2-fuse)
|
||||
pkgver=0.3.1
|
||||
pkgrel=2
|
||||
pkgrel=3
|
||||
arch=('x86_64')
|
||||
pkgdesc="Python bindings for FUSE"
|
||||
url="https://github.com/libfuse/python-fuse"
|
||||
@ -25,9 +25,6 @@ build() {
|
||||
|
||||
package_python3-fuse() {
|
||||
depends=('fuse2' 'python3')
|
||||
provides=('python-fuse')
|
||||
conflicts=('python-fuse')
|
||||
replaces=('python-fuse')
|
||||
|
||||
cd $pkgbase-$pkgver
|
||||
python3 setup.py install --prefix=/usr --root="$pkgdir" --optimize=1
|
||||
|
Loading…
Reference in New Issue
Block a user