[arch-commits] Commit in gspell/trunk (PKGBUILD)

Jan Steffens heftig at archlinux.org
Sat Jan 25 10:11:04 UTC 2020


    Date: Saturday, January 25, 2020 @ 10:11:04
  Author: heftig
Revision: 373899

1.8.3-1

Modified:
  gspell/trunk/PKGBUILD

----------+
 PKGBUILD |    8 ++------
 1 file changed, 2 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-01-25 04:32:10 UTC (rev 373898)
+++ PKGBUILD	2020-01-25 10:11:04 UTC (rev 373899)
@@ -2,7 +2,7 @@
 # Maintainer: Jan de Groot <jgc at archlinux.org>
 
 pkgname=gspell
-pkgver=1.8.2
+pkgver=1.8.3
 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=90cf3a18c26948c8c7a083cac1f8708a01838514  # tags/1.8.2^0
+_commit=3522ddd143a0e5a89ac9c35e3d96beeb8cf8e965  # tags/1.8.3^0
 source=("git+https://gitlab.gnome.org/GNOME/gspell.git#commit=$_commit")
 sha256sums=('SKIP')
 
@@ -21,10 +21,6 @@
 
 prepare() {
   cd $pkgname
-
-  # Our autoconf-archive is too new (AX_CODE_COVERAGE changed API in v28)
-  find -name Makefile.am -exec sed -i '/@CODE_COVERAGE_RULES@/d' {} +
-
   NOCONFIGURE=1 ./autogen.sh
 }
 



More information about the arch-commits mailing list