diff options
author | Snogard | 2024-06-21 16:57:29 +0200 |
---|---|---|
committer | Snogard | 2024-06-21 16:57:29 +0200 |
commit | 8cc1aa5f50ecd9a6315af124c7657d6e80446c07 (patch) | |
tree | bc69b75178bca02798be8ef7db21c9d13ac695af | |
parent | 70d57e49e1b9fa8483a8dae649b15c88cf327c3c (diff) | |
download | aur-8cc1aa5f50ecd9a6315af124c7657d6e80446c07.tar.gz |
updated optional dependencies
-rw-r--r-- | .SRCINFO | 5 | ||||
-rw-r--r-- | PKGBUILD | 5 |
2 files changed, 4 insertions, 6 deletions
@@ -1,7 +1,7 @@ pkgbase = ratarmount pkgdesc = Mount tar files via fusepy. Supports Recursive Mounting, Compressed Files, Read-Only Bind Mounting, Union Mounting and Write Overlays. A fast random access alternative to archivemount. pkgver = 0.15.1 - pkgrel = 2 + pkgrel = 1 url = https://github.com/mxmlnkn/ratarmount arch = any license = MIT @@ -15,8 +15,7 @@ pkgbase = ratarmount depends = python-ujson depends = python-simplejson depends = python-fusepy - optdepends = python-indexed-bzip2: Support for bzip2-compressed tar files - optdepends = python-rapidgzip: Support for gzip-compressed tar files + optdepends = python-rapidgzip: Support for gzip and bzip2 compressed tar files optdepends = python-indexed-gzip: Option 2 for support for gzip-compressed tar files optdepends = python-xz: Support for xz-compressed tar files optdepends = lzmaffi: Option 2 for support for xz-compressed tar files @@ -3,7 +3,7 @@ pkgname=ratarmount pkgver=0.15.1 -pkgrel=2 +pkgrel=1 pkgdesc="Mount tar files via fusepy. Supports Recursive Mounting, Compressed Files, Read-Only Bind Mounting, Union Mounting and Write Overlays. A fast random access alternative to archivemount." arch=(any) url="https://github.com/mxmlnkn/$pkgname" @@ -25,8 +25,7 @@ makedepends=( ) optdepends=( - 'python-indexed-bzip2: Support for bzip2-compressed tar files' - 'python-rapidgzip: Support for gzip-compressed tar files' + 'python-rapidgzip: Support for gzip and bzip2 compressed tar files' 'python-indexed-gzip: Option 2 for support for gzip-compressed tar files' 'python-xz: Support for xz-compressed tar files' 'lzmaffi: Option 2 for support for xz-compressed tar files' |