summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ffb6d74d4f25..34324dbfe608 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -7,6 +7,7 @@ pkgbase = python-unitypy-git
license = MIT
checkdepends = python-pytest
checkdepends = python-pytest-cov
+ depends = python-lz4
depends = python-brotli
depends = python-pillow
depends = python-fsb5
diff --git a/PKGBUILD b/PKGBUILD
index 8e1f6ac37b18..c1d1639bf4ff 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,7 +10,7 @@ url="https://github.com/K0lb3/UnityPy"
license=('MIT')
provides=('python-unitypy')
conflicts=('python-unitypy')
-depends=('python-brotli' 'python-pillow' 'python-fsb5' 'python-tex2img')
+depends=('python-lz4' 'python-brotli' 'python-pillow' 'python-fsb5' 'python-tex2img')
checkdepends=('python-pytest' 'python-pytest-cov')
source=("git+https://github.com/K0lb3/UnityPy.git")