Date: Thursday, February 10, 2022 @ 07:52:14 Author: arojas Revision: 1130890
Update to 2.2.0, add debug symbols Modified: maliit-keyboard/trunk/PKGBUILD ----------+ PKGBUILD | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-02-10 07:46:07 UTC (rev 1130889) +++ PKGBUILD 2022-02-10 07:52:14 UTC (rev 1130890) @@ -1,7 +1,7 @@ # Maintainer: Antonio Rojas <[email protected]> pkgname=maliit-keyboard -pkgver=2.1.0 +pkgver=2.2.0 pkgrel=1 pkgdesc='Virtual keyboard based on Maliit framework' arch=(x86_64) @@ -11,7 +11,8 @@ makedepends=(cmake libpinyin anthy libchewing) optdepends=('anthy: japanese language support' 'libpinyin: chinese language support' 'libchewing: chinese language support') source=(https://github.com/maliit/keyboard/archive/$pkgver/$pkgname-$pkgver.tar.gz) -sha256sums=('4e96b40682938edb9f4d31288d4d0154828916e02b278afcf97cd75a750ab9ef') +sha256sums=('bc6320c82f5614f710ff5f7ace6aa903cadf33655ce171d15ba29544e07a4803') +options=(debug) build() { cmake -B build -S keyboard-$pkgver \
