Date: Thursday, April 23, 2020 @ 05:42:28 Author: andyrtr Revision: 380737
upgpkg: xmlsec 1.2.30-1: upstream update 1.2.30 Modified: xmlsec/trunk/PKGBUILD ----------+ PKGBUILD | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-04-23 02:27:24 UTC (rev 380736) +++ PKGBUILD 2020-04-23 05:42:28 UTC (rev 380737) @@ -3,7 +3,7 @@ # Contributor: Hussam Al-Tayeb <[email protected]> pkgname=xmlsec -pkgver=1.2.29 +pkgver=1.2.30 pkgrel=1 pkgdesc="XML Security Library is a C library based on LibXML2" license=('custom') @@ -10,9 +10,10 @@ arch=('x86_64') url="https://www.aleksey.com/xmlsec/index.html" depends=('libxslt' 'openssl' 'gnutls' 'nss' 'libltdl') -source=(https://www.aleksey.com/xmlsec/download/${pkgname}1-${pkgver}.tar.gz # signature file not compatible -) -sha256sums=('b1d1deba966019930f608d1f2b95c40ca3450f1393bcd3a3c001a8ba1d2839ab') +provides=('libxmlsec1.so' 'libxmlsec1-openssl.so' 'libxmlsec1-nss.so' 'libxmlsec1-gnutls.so' 'libxmlsec1-gcrypt.so') +#source=(https://www.aleksey.com/xmlsec/download/${pkgname}1-${pkgver}.{tar.gz,sig}) # signature file not compatible +source=(https://www.aleksey.com/xmlsec/download/${pkgname}1-${pkgver}.tar.gz) +sha256sums=('2d84360b03042178def1d9ff538acacaed2b3a27411db7b2874f1612ed71abc8') #validpgpkeys=('') # build() {
