libotr: depend on libssp

This commit is contained in:
Jeremy Drake
2021-04-28 12:47:46 -07:00
parent aa595604e9
commit e4faaaecfb

View File

@@ -4,13 +4,14 @@ _realname=libotr
pkgbase=mingw-w64-${_realname}
pkgname="${MINGW_PACKAGE_PREFIX}-${_realname}"
pkgver=4.1.1
pkgrel=3
pkgrel=4
pkgdesc="Off-the-Record Messaging Library and Toolkit (mingw-w64)"
arch=('any')
mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64')
url="https://www.cypherpunks.ca/otr/"
license=('GPL')
depends=("${MINGW_PACKAGE_PREFIX}-libgcrypt")
depends=("${MINGW_PACKAGE_PREFIX}-libgcrypt"
"${MINGW_PACKAGE_PREFIX}-libssp")
makedepends=("${MINGW_PACKAGE_PREFIX}-gcc")
options=('staticlibs' 'strip')
source=(https://otr.cypherpunks.ca/${_realname}-${pkgver}.tar.gz{,.asc}