Date: Monday, November 28, 2016 @ 13:32:07 Author: foutrelis Revision: 282169
upgpkg: hunspell 1.5.3-1 New upstream release; fixes API compat with v1.4. Modified: hunspell/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2016-11-28 13:10:29 UTC (rev 282168) +++ PKGBUILD 2016-11-28 13:32:07 UTC (rev 282169) @@ -3,7 +3,7 @@ # Contributor: Hussam Al-Tayeb <[email protected]> pkgname=hunspell -pkgver=1.5.0 +pkgver=1.5.3 pkgrel=1 pkgdesc="Spell checker and morphological analyzer library and program" arch=('i686' 'x86_64') @@ -11,8 +11,8 @@ license=('GPL' 'LGPL' 'MPL') depends=('gcc-libs' 'readline') optdepends=('perl: for ispellaff2myspell') -source=(https://github.com/hunspell/hunspell/archive/v${pkgver}.tar.gz) -sha256sums=('b74f2df1aafdbc1f0941d721d7895da4b27b85bba7a4c699a9209477cbbf1f59') +source=($pkgname-$pkgver.tar.gz::https://github.com/hunspell/hunspell/archive/v${pkgver}.tar.gz) +sha256sums=('1175666ec79b37fa6d3e6fda454414cecafeb537f078dda40eed96031e6fd5cc') build() { cd hunspell-$pkgver
