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

Andreas Radke andyrtr at archlinux.org
Sat Dec 24 12:39:44 UTC 2016


    Date: Saturday, December 24, 2016 @ 12:39:43
  Author: andyrtr
Revision: 284630

prepare next update

Modified:
  hunspell/trunk/PKGBUILD

----------+
 PKGBUILD |    9 +++++++--
 1 file changed, 7 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-12-24 12:35:00 UTC (rev 284629)
+++ PKGBUILD	2016-12-24 12:39:43 UTC (rev 284630)
@@ -3,7 +3,7 @@
 # Contributor: Hussam Al-Tayeb <ht990332 at gmail.com>
 
 pkgname=hunspell
-pkgver=1.5.4
+pkgver=1.6.0
 pkgrel=1
 pkgdesc="Spell checker and morphological analyzer library and program"
 arch=('i686' 'x86_64')
@@ -12,8 +12,13 @@
 depends=('gcc-libs' 'readline')
 optdepends=('perl: for ispellaff2myspell')
 source=($pkgname-$pkgver.tar.gz::https://github.com/hunspell/hunspell/archive/v${pkgver}.tar.gz)
-sha256sums=('852c01a2e3b87eb1f2adb5261466608ba79f1f950202e18a2a1735de5098fc59')
+sha256sums=('512e7d2ee69dad0b35ca011076405e56e0f10963a02d4859dbcc4faf53ca68e2')
 
+prepare() {
+  cd hunspell-$pkgver
+  autoreconf -vfi
+}
+
 build() {
   cd hunspell-$pkgver
   ./configure --prefix=/usr --disable-static \



More information about the arch-commits mailing list