mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
extra/calligra to 3.2.1-59
This commit is contained in:
parent
b1f656596c
commit
be8e190719
2 changed files with 3 additions and 3 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue