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