summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGreyson Christoforo2020-04-17 23:29:23 +0100
committerGreyson Christoforo2020-04-17 23:29:23 +0100
commit07bf27a4a65cecfa23da567ab962027d39078aae (patch)
tree4f17ca63aace0fee1d05760e450e11ec1cb401b6
parentb9b208d87d73ecd9353ac677b67470573bc89511 (diff)
downloadaur-07bf27a4a65cecfa23da567ab962027d39078aae.tar.gz
fix dep
-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")