Date: Friday, August 4, 2017 @ 08:17:16 Author: jgc Revision: 301611 upgpkg: gtkspell 2.0.16-4
Use sha256sums, use gpg keys, use HTTPS. Rebuild with latest tools, this package is from 2013 Modified: gtkspell/trunk/PKGBUILD ----------+ PKGBUILD | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2017-08-04 08:11:11 UTC (rev 301610) +++ PKGBUILD 2017-08-04 08:17:16 UTC (rev 301611) @@ -4,7 +4,7 @@ pkgname=gtkspell pkgver=2.0.16 -pkgrel=3 +pkgrel=4 url="http://gtkspell.sourceforge.net/" pkgdesc="Provides word-processor-style highlighting and replacement of misspelled words in a GtkTextView widget" arch=('i686' 'x86_64') @@ -11,12 +11,15 @@ license=('GPL') depends=('gtk2' 'enchant') makedepends=('intltool' 'gtk-doc') -source=(http://gtkspell.sourceforge.net/download/${pkgname}-${pkgver}.tar.gz) -md5sums=('f75dcc9338f182c571b321d37c606a94') +validpgpkeys=('7C70E4D9927061BD840E82DB6BA6197569B23319') #Daniel Atallah <[email protected]> +source=(https://downloads.sourceforge.net/sourceforge/gtkspell/${pkgname}-${pkgver}.tar.gz{,.asc}) +sha256sums=('8fc7dc560167b2cb7193e76aca625a152dc19b0ebf49816b78539cbb90d80d02' + 'SKIP') build() { cd "${srcdir}/${pkgname}-${pkgver}" ./configure --prefix=/usr --disable-static + sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool make }
