From 576af41b3c5503f16be9ff65a85fb060314747e5 Mon Sep 17 00:00:00 2001 From: kth5 Date: Sat, 5 Aug 2023 22:15:47 +0200 Subject: [PATCH] * update gspell to 1.12.2-1 --- gnome/gspell/PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/gnome/gspell/PKGBUILD b/gnome/gspell/PKGBUILD index 6753f3b197..c852f6638c 100644 --- a/gnome/gspell/PKGBUILD +++ b/gnome/gspell/PKGBUILD @@ -3,8 +3,8 @@ # Contributor: Jan de Groot pkgname=gspell -pkgver=1.12.1 -pkgrel=2 +pkgver=1.12.2 +pkgrel=1 pkgdesc="Spell-checking library for GTK applications" url="https://gitlab.gnome.org/GNOME/gspell" arch=(x86_64 powerpc64le powerpc64 powerpc riscv64) @@ -22,7 +22,7 @@ makedepends=( gtk-doc vala ) -_commit=d04dec63809b009c1ab12b2f80ceeeeab4709a48 # tags/1.12.1^0 +_commit=cbb3ae2e21234eae84e1f827bf1f27fdd0e32299 # tags/1.12.2^0 source=("git+https://gitlab.gnome.org/GNOME/gspell.git#commit=$_commit") b2sums=('SKIP')