From a949ea6ca46d2ed2482b9fdd519e8dbf51ea73a3 Mon Sep 17 00:00:00 2001 From: Ray Donnelly Date: Fri, 10 Oct 2014 21:11:37 +0100 Subject: [PATCH] hunspell: Bump pkgrel --- mingw-w64-hunspell/PKGBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mingw-w64-hunspell/PKGBUILD b/mingw-w64-hunspell/PKGBUILD index fc81cd463c..fda74bf77f 100644 --- a/mingw-w64-hunspell/PKGBUILD +++ b/mingw-w64-hunspell/PKGBUILD @@ -4,7 +4,7 @@ _realname=hunspell pkgname="${MINGW_PACKAGE_PREFIX}-${_realname}" pkgver=1.3.3 -pkgrel=3 +pkgrel=4 pkgdesc="Spell checker and morphological analyzer library and program (mingw-w64)" arch=('any') url="http://hunspell.sourceforge.net/"