Andreas Radke pushed to branch main at Arch Linux / Packaging / Packages / 
xmlsec


Commits:
f38b3554 by Andreas Radke at 2023-12-22T15:06:48+01:00
upgpkg: 1.2.39-1

- - - - -


2 changed files:

- + .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -0,0 +1,25 @@
+pkgbase = xmlsec
+       pkgdesc = XML Security Library is a C library based on LibXML2
+       pkgver = 1.2.39
+       pkgrel = 1
+       url = https://www.aleksey.com/xmlsec/index.html
+       arch = x86_64
+       license = custom
+       depends = libxslt
+       depends = openssl
+       depends = gnutls
+       depends = nss
+       depends = libltdl
+       depends = libgcrypt
+       depends = nspr
+       depends = libxml2
+       depends = glibc
+       provides = libxmlsec1.so
+       provides = libxmlsec1-openssl.so
+       provides = libxmlsec1-nss.so
+       provides = libxmlsec1-gnutls.so
+       provides = libxmlsec1-gcrypt.so
+       source = https://www.aleksey.com/xmlsec/download/xmlsec1-1.2.39.tar.gz
+       sha256sums = 
15f2f55ea5968e578fcd24b3b427e553876c86c147dc7f03923e98fc2768a1fa
+
+pkgname = xmlsec


=====================================
PKGBUILD
=====================================
@@ -3,18 +3,20 @@
 # Contributor: Hussam Al-Tayeb <[email protected]>
 
 pkgname=xmlsec
-pkgver=1.2.37
+pkgver=1.2.39
 pkgrel=1
 pkgdesc="XML Security Library is a C library based on LibXML2"
 license=('custom')
 arch=('x86_64')
 url="https://www.aleksey.com/xmlsec/index.html";
-depends=('libxslt' 'openssl' 'gnutls' 'nss' 'libltdl')
+depends=('libxslt' 'openssl' 'gnutls' 'nss' 'libltdl'
+         'libgcrypt' 'nspr' 'libxml2' 'glibc')
 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=('5f8dfbcb6d1e56bddd0b5ec2e00a3d0ca5342a9f57c24dffde5c796b2be2871c')
-#validpgpkeys=('') #
+sha256sums=('15f2f55ea5968e578fcd24b3b427e553876c86c147dc7f03923e98fc2768a1fa')
+# https://www.aleksey.com/xmlsec/download/aleksey%40aleksey.com.gpg
+#validpgpkeys=('00FDD6A7DFB81C88F34B9BF0E63ECDEF9E1D829E') # "Aleksey Sanin 
<[email protected]>"
 
 build() {
   cd ${pkgname}1-${pkgver}



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/xmlsec/-/commit/f38b3554daa5f385ec4cb52923e902fdb14c4769

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/xmlsec/-/commit/f38b3554daa5f385ec4cb52923e902fdb14c4769
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to