summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorabsrdspc2024-05-09 16:57:08 +0300
committerabsrdspc2024-05-09 16:57:08 +0300
commit58f1e2ddc9cc9e7b75c3c30e7ccd26f39651e0de (patch)
treedfa19f4ccf77fc647c25c5634b1639090fe09b65
parent1fe670e78612be32a772badde2ba4099f2da9737 (diff)
downloadaur-58f1e2ddc9cc9e7b75c3c30e7ccd26f39651e0de.tar.gz
add zlib implicit dep
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ac6d5ebeab2f..16df2b793855 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -13,6 +13,7 @@ pkgbase = arc_unpacker-git
depends = libjpeg-turbo
depends = openssl
depends = libwebp
+ depends = zlib
provides = arc_unpacker-git
provides = arc_unpacker
conflicts = arc_unpacker
diff --git a/PKGBUILD b/PKGBUILD
index 28280143690e..b39d04ecca65 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ pkgdesc="CLI tool for extracting images and sounds from visual novels."
arch=(x86_64)
url="https://github.com/vn-tools/arc_unpacker"
license=('GPL-3.0-or-later')
-depends=('boost-libs' 'libpng' 'libjpeg-turbo' 'openssl' 'libwebp')
+depends=('boost-libs' 'libpng' 'libjpeg-turbo' 'openssl' 'libwebp' 'zlib')
makedepends=('boost' 'cmake' 'git')
provides=('arc_unpacker-git' 'arc_unpacker')
conflicts=('arc_unpacker')