summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0992bd9b3570..e91121c68842 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -5,7 +5,7 @@ pkgbase = isign-chrome-signing
url = https://www.isign.io/downloads
arch = i686
arch = x86_64
- depends = openssl
+ depends = openssl-1.0
depends = qt5-base
source_i686 = https://www.isign.io/repo/1.2.2/isign-chrome-signing-en-32_1.2.2.0.deb
sha256sums_i686 = 052573ff27120ad1492d9827b5d0467d3d0fb87b1d80967b1d446d9267a911ff
diff --git a/PKGBUILD b/PKGBUILD
index e3edd0bd7751..da1becc9d520 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@ pkgver=1.2.2.0
pkgrel=1
pkgdesc="Google Chrome & Mozilla extension for using smartcards with isign.io"
url="https://www.isign.io/downloads"
-depends=(openssl qt5-base)
+depends=(openssl-1.0 qt5-base)
arch=(i686 x86_64)
source_i686=("https://www.isign.io/repo/${pkgver%.*}/isign-chrome-signing-en-32_${pkgver}.deb")
source_x86_64=("https://www.isign.io/repo/${pkgver%.*}/isign-chrome-signing-en_${pkgver}.deb")