Date: Thursday, November 17, 2022 @ 17:19:31 Author: heftig Revision: 462098
0.2.13-2: enable debug Modified: libdatrie/trunk/PKGBUILD ----------+ PKGBUILD | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-11-17 17:19:13 UTC (rev 462097) +++ PKGBUILD 2022-11-17 17:19:31 UTC (rev 462098) @@ -3,13 +3,14 @@ pkgname=libdatrie pkgver=0.2.13 -pkgrel=1 +pkgrel=2 pkgdesc="Implementation of double-array structure for representing trie, as proposed by Junichi Aoe." url="https://linux.thai.net/projects/datrie" license=('LGPL') arch=('x86_64') depends=('glibc') -options=('!emptydirs') +provides=('libdatrie.so') +options=('!emptydirs' 'debug') source=(https://linux.thai.net/pub/thailinux/software/libthai/${pkgname}-${pkgver}.tar.xz) md5sums=('e26b5aa008b5f3588ab38d2dce9e9325') sha256sums=('12231bb2be2581a7f0fb9904092d24b0ed2a271a16835071ed97bed65267f4be') @@ -22,5 +23,5 @@ package() { cd "${srcdir}/${pkgname}-${pkgver}" - make DESTDIR="${pkgdir}" install + make DESTDIR="${pkgdir}" install -j1 }
