Date: Thursday, November 17, 2022 @ 18:16:24
  Author: heftig
Revision: 1349391

5.2.8-2: enable debug

Modified:
  lib32-xz/trunk/PKGBUILD
  lib32-xz/trunk/keys/pgp/3690C240CE51B4670D30AD1C38EE757D69184620.asc

----------+
 PKGBUILD |    9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2022-11-17 18:12:55 UTC (rev 1349390)
+++ PKGBUILD    2022-11-17 18:16:24 UTC (rev 1349391)
@@ -3,7 +3,7 @@
 
 pkgname=lib32-xz
 pkgver=5.2.8
-pkgrel=1
+pkgrel=2
 pkgdesc='Library and command line tools for XZ and LZMA compressed files 
(32-bit)'
 arch=('x86_64')
 url='https://tukaani.org/xz/'
@@ -10,6 +10,7 @@
 license=('GPL' 'LGPL' 'custom')
 depends=('lib32-glibc' 'xz')
 provides=('liblzma.so')
+options=('debug')
 validpgpkeys=('3690C240CE51B4670D30AD1C38EE757D69184620') # Lasse Collin 
<[email protected]>
 source=("https://tukaani.org/xz/xz-${pkgver}.tar.gz"{,.sig})
 sha256sums=('ec5cda9f0b91336ab1b881d3d144e8203fcca604e607caca8ae678ddbc29207d'
@@ -21,8 +22,8 @@
   cd "${srcdir}/xz-${pkgver}"
 
   export CC='gcc -m32'
-  export PKG_CONFIG_PATH='/usr/lib32/pkgconfig'
-       
+  export PKG_CONFIG='i686-pc-linux-gnu-pkg-config'
+
   ./configure \
     CFLAGS="$CFLAGS -Wno-format-truncation" \
     --prefix=/usr \
@@ -40,7 +41,7 @@
 
 package() {
   cd "${srcdir}/xz-${pkgver}"
-       
+
   make DESTDIR="${pkgdir}" install
 
   rm -rf "${pkgdir}"/usr/{bin,include,share}

Modified: keys/pgp/3690C240CE51B4670D30AD1C38EE757D69184620.asc
===================================================================
(Binary files differ)

Reply via email to