Package Details: jefferson 0.4.5-2

Git Clone URL: https://aur.archlinux.org/jefferson.git (read-only, click to copy)
Package Base: jefferson
Description: JFFS2 filesystem extraction tool
Upstream URL: https://github.com/onekey-sec/jefferson
Licenses: MIT
Conflicts: jefferson-git
Provides: jefferson
Submitter: spoof
Maintainer: spoof
Last Packager: spoof
Votes: 3
Popularity: 0.021481
First Submitted: 2023-01-23 19:28 (UTC)
Last Updated: 2023-07-25 18:08 (UTC)

Latest Comments

spoof commented on 2023-10-25 21:29 (UTC)

@MarsSeed could you please explain why these changes needed?

MarsSeed commented on 2023-09-26 07:26 (UTC)

Please kindly remove the current provides and conflicts (neither 'jefferson' nor 'jefferson-git' is needed here).

But please add provides and conflicts for python-jefferson.

Thank you in advance.

justapony commented on 2023-07-21 03:48 (UTC)

Please apply this patch

diff --git a/PKGBUILD b/PKGBUILD
index 18ad99d..9c49ea2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,17 +1,16 @@
 # Maintainer: Sergey Safonov <spoof-arch@spoofa.info>
 pkgname=jefferson
-pkgver=0.4.3
+pkgver=0.4.5
 pkgrel=1
 pkgdesc="JFFS2 filesystem extraction tool"
 url="https://github.com/onekey-sec/jefferson"
 arch=(any)
 license=(MIT)
-depends=('python>=3.8' 'python-cstruct>=5' 'python-lzallright>=0.1' 'python-click>=8.1'})
-makedepends=(python-{build,installer,wheel})
+depends=('python' 'python-cstruct>=5.2' 'python-lzallright>=0.2.1' 'python-click')
 provides=(${pkgname})
 conflicts=("${pkgname}-git")
 source=("https://github.com/onekey-sec/jefferson/archive/refs/tags/v${pkgver}.tar.gz")
-sha512sums=('90d073cb0b63a0d9d4742f5dd085a2690f683615c95b339b3461bf275f3a645e796e220dcdaf2b8e19e3ee304c9c96ce1cb34943a4e50b7c0176169095d718e5')
+sha256sums=('bce25b616e3e3ab97d6c646b63cd117f4dd7340353b8014d3b1d03107d43374e')

 build() {
   cd "$pkgname-$pkgver"