Date: Thursday, November 17, 2022 @ 16:49:55 Author: heftig Revision: 462086
0.1.29-2: enable debug Modified: libthai/trunk/PKGBUILD ----------+ PKGBUILD | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-11-17 16:40:54 UTC (rev 462085) +++ PKGBUILD 2022-11-17 16:49:55 UTC (rev 462086) @@ -3,7 +3,7 @@ pkgname=libthai pkgver=0.1.29 -pkgrel=1 +pkgrel=2 pkgdesc="Thai language support routines" url="https://linux.thai.net/projects/libthai" arch=('x86_64') @@ -10,7 +10,8 @@ license=('LGPL') depends=('libdatrie') makedepends=('pkgconfig') -options=('!emptydirs') +provides=('libthai.so') +options=('!emptydirs' 'debug') source=(https://linux.thai.net/pub/thailinux/software/${pkgname}/${pkgname}-${pkgver}.tar.xz) sha512sums=('0ba1261581a1705a2a2546a3071acb3c63892dbf111f0dad415667165a6b9542a5e4549061c67b11ec53de7c9e70fceb3c04d794fd12a22d991a539dbacebda1')
