summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD1
2 files changed, 2 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d0682c7203a3..60f3bb89438e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -5,6 +5,7 @@ pkgbase = wkhtmltox-bin
url = https://wkhtmltopdf.org
arch = x86_64
license = LGPL3
+ depends = openssl-1.1
optdepends = xorg-server: wkhtmltox needs X or Xvfb to operate
provides = wkhtmltopdf
provides = wkhtmltoimage
diff --git a/PKGBUILD b/PKGBUILD
index 16d6296b3fbd..e95b15f6ee09 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,6 +8,7 @@ url="https://wkhtmltopdf.org"
license=("LGPL3")
provides=("wkhtmltopdf" "wkhtmltoimage")
conflicts=("wkhtmltox" "wkhtmltox-git" "wkhtmltopdf" "wkhtmltopdf-git")
+depends=("openssl-1.1")
optdepends=("xorg-server: wkhtmltox needs X or Xvfb to operate")
source=("$pkgname-$pkgver.pkg::https://github.com/wkhtmltopdf/packaging/releases/download/${pkgver}-${pkgrel}/wkhtmltox-${pkgver}-${pkgrel}.archlinux-x86_64.pkg.tar.xz")
sha256sums=('e84c2ef2c3d16eabd85a3dbb98195062910dfa66febca4f8ea58eb7445317242')