diff options
author | Andrew Sun | 2022-08-23 18:25:29 -0400 |
---|---|---|
committer | Andrew Sun | 2022-08-23 18:25:29 -0400 |
commit | 4a2accd74a1368668115b1d05a29dbf77b99fd01 (patch) | |
tree | a143d05c686b3203ce6549dc044e1f6f4c5bbb06 | |
parent | 1c8413b68b35f6f96e3d5d136129cfb5644a3802 (diff) | |
download | aur-4a2accd74a1368668115b1d05a29dbf77b99fd01.tar.gz |
1.7.1
-rw-r--r-- | .SRCINFO | 9 | ||||
-rw-r--r-- | PKGBUILD | 6 |
2 files changed, 7 insertions, 8 deletions
@@ -1,7 +1,7 @@ pkgbase = mingw-w64-hunspell pkgdesc = Spell checker and morphological analyzer library and program (mingw-w64) - pkgver = 1.7.0 - pkgrel = 2 + pkgver = 1.7.1 + pkgrel = 1 url = https://hunspell.github.io/ arch = any license = GPL @@ -18,12 +18,11 @@ pkgbase = mingw-w64-hunspell options = staticlibs options = !debug options = !emptydirs - source = hunspell-1.7.0.tar.gz::https://github.com/hunspell/hunspell/archive/v1.7.0.tar.gz + source = hunspell-1.7.1.tar.gz::https://github.com/hunspell/hunspell/archive/v1.7.1.tar.gz source = 01-relocate.patch source = 02-fix-link-with-pdcurses.patch - sha256sums = bb27b86eb910a8285407cf3ca33b62643a02798cf2eef468c0a74f6c3ee6bc8a + sha256sums = 6e3557624c608b3e6525b8bd277706db4f5a857c28fdb3cfa8d0d2b67776da8a sha256sums = b3a978749ef723481286e6237944729b6965bc57eacc5407b5f7fedf7d6aa8a1 sha256sums = 260432a8f01525e83124c79e375cc9f0692b1a6c97773add4c69b8efe081cf1d pkgname = mingw-w64-hunspell - @@ -1,8 +1,8 @@ # Maintainer: Andrew Sun <adsun701@gmail.com> pkgname=mingw-w64-hunspell -pkgver=1.7.0 -pkgrel=2 +pkgver=1.7.1 +pkgrel=1 pkgdesc="Spell checker and morphological analyzer library and program (mingw-w64)" arch=(any) url="https://hunspell.github.io/" @@ -13,7 +13,7 @@ options=(!strip !buildflags staticlibs !debug !emptydirs) source=("hunspell-${pkgver}.tar.gz"::"https://github.com/hunspell/hunspell/archive/v${pkgver}.tar.gz" "01-relocate.patch" "02-fix-link-with-pdcurses.patch") -sha256sums=('bb27b86eb910a8285407cf3ca33b62643a02798cf2eef468c0a74f6c3ee6bc8a' +sha256sums=('6e3557624c608b3e6525b8bd277706db4f5a857c28fdb3cfa8d0d2b67776da8a' 'b3a978749ef723481286e6237944729b6965bc57eacc5407b5f7fedf7d6aa8a1' '260432a8f01525e83124c79e375cc9f0692b1a6c97773add4c69b8efe081cf1d') |