mirror of
https://github.com/archlinux/aur.git
synced 2026-03-05 12:12:40 +01:00
cyphertite: Updated dependency versions
Now matches requirement listed at cyphertite.com
This commit is contained in:
parent
a719631620
commit
922dbafd2c
2 changed files with 4 additions and 4 deletions
4
.SRCINFO
4
.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
|
||||
|
|
|
|||
4
PKGBUILD
4
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')
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue