Date: Tuesday, January 16, 2018 @ 07:56:00 Author: arojas Revision: 283041
enchant 2.2.1 rebuild Modified: gtkspell3/trunk/PKGBUILD ----------+ PKGBUILD | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2018-01-16 07:53:14 UTC (rev 283040) +++ PKGBUILD 2018-01-16 07:56:00 UTC (rev 283041) @@ -5,7 +5,7 @@ pkgname=gtkspell3 pkgver=3.0.9 -pkgrel=2 +pkgrel=3 url="http://gtkspell.sourceforge.net/" pkgdesc="Provides word-processor-style highlighting and replacement of misspelled words in a GtkTextView widget" arch=('x86_64') @@ -20,6 +20,8 @@ prepare() { cd $pkgname-$pkgver patch -Np1 -i ../enchant-2.patch + sed -e 's/enchant/enchant-2/g' -i configure.ac + autoreconf -vi } build() {
