summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSnogard2024-06-21 16:57:29 +0200
committerSnogard2024-06-21 16:57:29 +0200
commit8cc1aa5f50ecd9a6315af124c7657d6e80446c07 (patch)
treebc69b75178bca02798be8ef7db21c9d13ac695af
parent70d57e49e1b9fa8483a8dae649b15c88cf327c3c (diff)
downloadaur-8cc1aa5f50ecd9a6315af124c7657d6e80446c07.tar.gz
updated optional dependencies
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD5
2 files changed, 4 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f2994aedf18e..d520846c1c21 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -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
diff --git a/PKGBUILD b/PKGBUILD
index 723315e39789..fdb9c05352b7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -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'