diff --git a/.SRCINFO b/.SRCINFO index 9da6c9da6aec..d3a6a45ebd72 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,7 +1,7 @@ pkgbase = cyphertite pkgdesc = A high-security scalable solution for online backups pkgver = 2.0.4 - pkgrel = 1 + pkgrel = 2 url = https://opensource.conformal.com/wiki/cyphertite arch = i686 arch = x86_64 @@ -17,7 +17,7 @@ pkgbase = cyphertite depends = libbsd depends = libedit depends = libevent>=2.0.10 - depends = openssl>=1.0.1.g + depends = openssl>=1.0.1.j depends = sqlite>=3.0.0 replaces = cyphertite-external-libs source = https://opensource.conformal.com/snapshots/cyphertite/cyphertite-2.0.4.tar.gz diff --git a/PKGBUILD b/PKGBUILD index 7b5936921d6a..b049ad399f37 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -2,7 +2,7 @@ pkgname=cyphertite pkgver=2.0.4 -pkgrel=1 +pkgrel=2 pkgdesc="A high-security scalable solution for online backups" arch=(i686 x86_64) url="https://opensource.conformal.com/wiki/cyphertite" @@ -18,7 +18,7 @@ depends=('libassl' 'libbsd' 'libedit' 'libevent>=2.0.10' - 'openssl>=1.0.1.g' + 'openssl>=1.0.1.j' 'sqlite>=3.0.0' ) makedepends=('libclens')