[arch-commits] Commit in maliit-framework/trunk (PKGBUILD)
Antonio Rojas
arojas at gemini.archlinux.org
Thu Feb 10 07:45:57 UTC 2022
Date: Thursday, February 10, 2022 @ 07:45:57
Author: arojas
Revision: 1130888
Update to 2.2.0, add debug symbols
Modified:
maliit-framework/trunk/PKGBUILD
----------+
PKGBUILD | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2022-02-10 07:21:00 UTC (rev 1130887)
+++ PKGBUILD 2022-02-10 07:45:57 UTC (rev 1130888)
@@ -1,8 +1,8 @@
# Maintainer: Antonio Rojas <arojas at archlinux.org>
pkgname=maliit-framework
-pkgver=2.1.1
-pkgrel=2
+pkgver=2.2.0
+pkgrel=1
pkgdesc='Core libraries of Maliit and server'
arch=(x86_64)
url='https://maliit.github.io/'
@@ -11,7 +11,8 @@
makedepends=(cmake qt5-wayland wayland-protocols gtk3 python)
optdepends=('qt5-wayland: wayland-shell integration')
source=(https://github.com/maliit/framework/archive/$pkgver/$pkgname-$pkgver.tar.gz)
-sha256sums=('e2b9900c98dc53a22d58da92582c78f1f3f31bdd61e0f1c0312b769977cb183f')
+sha256sums=('f55bca572ed932a251d583659aefa9d42d60d86f1603bab55c8fa92166b19bb3')
+options=(debug)
build() {
cmake -B build -S framework-$pkgver \
More information about the arch-commits
mailing list