extra/calligra to 3.2.1-59

This commit is contained in:
Kevin Mihelich 2024-05-09 12:50:08 +00:00
parent b1f656596c
commit be8e190719
2 changed files with 3 additions and 3 deletions

View file

@ -1,7 +1,7 @@
pkgbase = calligra
pkgdesc = A set of applications for productivity and creative usage
pkgver = 3.2.1
pkgrel = 58
pkgrel = 59
url = https://www.calligra-suite.org/
arch = x86_64
license = FDL1.2

View file

@ -9,7 +9,7 @@
pkgname=calligra
pkgdesc='A set of applications for productivity and creative usage'
pkgver=3.2.1
pkgrel=58
pkgrel=59
arch=(x86_64)
url='https://www.calligra-suite.org/'
license=(FDL1.2 GPL2 LGPL)
@ -89,7 +89,7 @@ prepare() {
build() {
cmake -B build -S $pkgname-$pkgver \
-DCMAKE_CXX_STANDARD=17 \
-DCMAKE_CXX_STANDARD=20 \
-DBUILD_TESTING=OFF
cmake --build build
}