Date: Monday, September 20, 2021 @ 21:51:00
  Author: arojas
Revision: 1019820

Update to 2.1.0

Modified:
  maliit-keyboard/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2021-09-20 21:50:54 UTC (rev 1019819)
+++ PKGBUILD    2021-09-20 21:51:00 UTC (rev 1019820)
@@ -1,21 +1,22 @@
 # Maintainer: Antonio Rojas <[email protected]>
 
 pkgname=maliit-keyboard
-pkgver=2.0.0
-pkgrel=2
-pkgdesc="Virtual keyboard based on Maliit framework"
+pkgver=2.1.0
+pkgrel=1
+pkgdesc='Virtual keyboard based on Maliit framework'
 arch=(x86_64)
-url="https://maliit.github.io/";
+url='https://maliit.github.io/'
 license=(LGPL)
 depends=(maliit-framework hunspell presage qt5-multimedia qt5-feedback)
 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=('c5a52898f5c0e0dd286f88f772ac251873d190b35a22d9fd387e967fbe386444')
+sha256sums=('4e96b40682938edb9f4d31288d4d0154828916e02b278afcf97cd75a750ab9ef')
 
 build() {
   cmake -B build -S keyboard-$pkgver \
     -DCMAKE_INSTALL_PREFIX=/usr \
+    -DCMAKE_CXX_STANDARD=14 \
     -Denable-tests=OFF \
     -DHUNSPELL_DICT_PATH=/usr/share/myspell/dicts
   cmake --build build

Reply via email to