diff options
author | Luca D'Amico | 2023-11-06 21:48:23 +0100 |
---|---|---|
committer | Luca D'Amico | 2023-11-06 21:48:23 +0100 |
commit | 2280d81c660944eb741532fef5a85a3ee6b9bb19 (patch) | |
tree | e48b7f7f01e40f402d39835b96d842f17b41280a | |
parent | a1d2660c9615b50842519b82b0716475d4afe016 (diff) | |
download | aur-2280d81c660944eb741532fef5a85a3ee6b9bb19.tar.gz |
Dependencies: now use python-dissect.cstruct (non-git)
-rw-r--r-- | .SRCINFO | 4 | ||||
-rw-r--r-- | PKGBUILD | 4 |
2 files changed, 4 insertions, 4 deletions
@@ -1,7 +1,7 @@ pkgbase = malcat-lite pkgdesc = Malcat is a feature-rich hexadecimal editor / disassembler for Windows and Linux targeted to IT-security professionals. pkgver = 0.9.3 - pkgrel = 1 + pkgrel = 2 url = https://malcat.fr arch = x86_64 license = Custom @@ -14,7 +14,7 @@ pkgbase = malcat-lite depends = python-ruamel.yaml.clib depends = python-six depends = python-requests - depends = python-dissect.cstruct-git + depends = python-dissect.cstruct depends = python-tabulate source = https://malcat.fr/latest/malcat_ubuntu22_lite.zip source = malcat-lite.desktop @@ -1,13 +1,13 @@ # Maintainer: Luca D'Amico <damico.luca91@live.it> pkgname=malcat-lite pkgver=0.9.3 -pkgrel=1 +pkgrel=2 pkgdesc="Malcat is a feature-rich hexadecimal editor / disassembler for Windows and Linux targeted to IT-security professionals." arch=('x86_64') url="https://malcat.fr" license=('Custom') depends=('gtk3' 'python310' 'python-pycryptodomex' 'python-pyasn1' 'python-pyasn1-modules' 'python-ruamel-yaml' - 'python-ruamel.yaml.clib' 'python-six' 'python-requests' 'python-dissect.cstruct-git' 'python-tabulate') + 'python-ruamel.yaml.clib' 'python-six' 'python-requests' 'python-dissect.cstruct' 'python-tabulate') source=("https://malcat.fr/latest/malcat_ubuntu22_lite.zip" "malcat-lite.desktop") sha256sums=('7c4549c1aa9d9dc966887e11d640201fe8dc964f988d83ece3522846e27d8c99' |