Date: Tuesday, August 30, 2022 @ 18:02:38
  Author: heftig
Revision: 454785

1.2.34-2: FS#75721 rebuild to remove FTP support

Modified:
  xmlsec/trunk/PKGBUILD

----------+
 PKGBUILD |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2022-08-30 17:57:36 UTC (rev 454784)
+++ PKGBUILD    2022-08-30 18:02:38 UTC (rev 454785)
@@ -4,7 +4,7 @@
 
 pkgname=xmlsec
 pkgver=1.2.34
-pkgrel=1
+pkgrel=2
 pkgdesc="XML Security Library is a C library based on LibXML2"
 license=('custom')
 arch=('x86_64')
@@ -11,6 +11,7 @@
 url="https://www.aleksey.com/xmlsec/index.html";
 depends=('libxslt' 'openssl' 'gnutls' 'nss' 'libltdl')
 provides=('libxmlsec1.so' 'libxmlsec1-openssl.so' 'libxmlsec1-nss.so' 
'libxmlsec1-gnutls.so' 'libxmlsec1-gcrypt.so')
+options=('debug')
 
#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=('52ced4943f35bd7d0818a38298c1528ca4ac8a54440fd71134a07d2d1370a262')
@@ -31,6 +32,5 @@
 package() {
   cd ${pkgname}1-${pkgver}
   make DESTDIR="${pkgdir}" install
-  install -m755 -d "${pkgdir}"/usr/share/licenses/${pkgname}
-  install -m644 COPYING "${pkgdir}"/usr/share/licenses/${pkgname}/
+  install -Dm644 COPYING -t "${pkgdir}/usr/share/licenses/${pkgname}"
 }

Reply via email to