Date: Thursday, April 15, 2021 @ 22:11:57 Author: bgyorgy Revision: 919237
Minor changes Modified: gtkspell3/trunk/PKGBUILD ----------+ PKGBUILD | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2021-04-15 21:59:10 UTC (rev 919236) +++ PKGBUILD 2021-04-15 22:11:57 UTC (rev 919237) @@ -5,22 +5,19 @@ pkgname=gtkspell3 pkgver=3.0.10 pkgrel=2 -url="http://gtkspell.sourceforge.net/" -pkgdesc="Provides word-processor-style highlighting and replacement of misspelled words in a GtkTextView widget" +pkgdesc='Provides word-processor-style highlighting and replacement of misspelled words in a GtkTextView widget' arch=('x86_64') +url='http://gtkspell.sourceforge.net/' license=('GPL') depends=('gtk3' 'enchant') makedepends=('intltool' 'gobject-introspection' 'vala') -source=(https://downloads.sourceforge.net/gtkspell/$pkgname-$pkgver.tar.xz) +source=("https://downloads.sourceforge.net/gtkspell/$pkgname-$pkgver.tar.xz") sha256sums=('b040f63836b347eb344f5542443dc254621805072f7141d49c067ecb5a375732') build() { cd $pkgname-$pkgver ./configure --prefix=/usr - - #https://bugzilla.gnome.org/show_bug.cgi?id=656231 sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool - make }
