summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorScore_Under2022-12-09 12:56:05 +0000
committerScore_Under2022-12-09 12:56:05 +0000
commit9b7f4470626c67d09c475d791cd348de7c1d6300 (patch)
tree3d21ba322d414b55b339839d3d422af47bfdc26f
parent0235d70b04e9b8637fcaae86f9ad8aaf66420f60 (diff)
downloadaur-9b7f4470626c67d09c475d791cd348de7c1d6300.tar.gz
Replace libzopfli dependency with compatible one
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 922af730b396..ef1ffa178c5b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ url="https://github.com/jibsen/pngwolf-zopfli"
license=('GPL3')
# At the time of writing, you can get libdeflate as "libdeflate-git" from the
# AUR.
-depends=(libzopfli zlib libdeflate)
+depends=(libzopfli.so zlib libdeflate)
makedepends=('git')
source=(git+https://github.com/jibsen/pngwolf-zopfli.git
git+https://github.com/jibsen/galib.git#branch=pngwolf-support)