Date: Tuesday, October 20, 2020 @ 19:04:14 Author: arojas Revision: 398668
Update to 1.8.4 Modified: gspell/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-10-20 19:01:02 UTC (rev 398667) +++ PKGBUILD 2020-10-20 19:04:14 UTC (rev 398668) @@ -2,7 +2,7 @@ # Maintainer: Jan de Groot <[email protected]> pkgname=gspell -pkgver=1.8.3 +pkgver=1.8.4 pkgrel=1 pkgdesc="a flexible API to implement the spell checking in a GTK+ application" url="https://wiki.gnome.org/Projects/gspell" @@ -10,7 +10,7 @@ license=(GPL2) depends=(gtk3 enchant libxml2 iso-codes) makedepends=(gobject-introspection vala gtk-doc autoconf-archive git) -_commit=3522ddd143a0e5a89ac9c35e3d96beeb8cf8e965 # tags/1.8.3^0 +_commit=afd6d46d900dff621be840079c34488d9b3e8259 source=("git+https://gitlab.gnome.org/GNOME/gspell.git#commit=$_commit") sha256sums=('SKIP')
