summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLuca D'Amico2023-11-06 21:48:23 +0100
committerLuca D'Amico2023-11-06 21:48:23 +0100
commit2280d81c660944eb741532fef5a85a3ee6b9bb19 (patch)
treee48b7f7f01e40f402d39835b96d842f17b41280a
parenta1d2660c9615b50842519b82b0716475d4afe016 (diff)
downloadaur-2280d81c660944eb741532fef5a85a3ee6b9bb19.tar.gz
Dependencies: now use python-dissect.cstruct (non-git)
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b106e1a1bf7e..3af0ddf2e4ed 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -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
diff --git a/PKGBUILD b/PKGBUILD
index 0c900adfcddf..95e0b4f16006 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -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'