summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonian Guveli2023-11-01 18:54:08 +0200
committerJonian Guveli2023-11-01 18:54:08 +0200
commit14346651ccd067c3893df5bf8e0140a178e2a6d7 (patch)
tree960cfad007c2ed3cfd2c4fdc1e2ae6f16b1361c8
parent559321b8994bdeb8f3159b166d121ddc46e038bb (diff)
downloadaur-wkhtmltox-bin.tar.gz
fix dependencies
-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')