summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Sun2022-08-23 18:25:29 -0400
committerAndrew Sun2022-08-23 18:25:29 -0400
commit4a2accd74a1368668115b1d05a29dbf77b99fd01 (patch)
treea143d05c686b3203ce6549dc044e1f6f4c5bbb06
parent1c8413b68b35f6f96e3d5d136129cfb5644a3802 (diff)
downloadaur-4a2accd74a1368668115b1d05a29dbf77b99fd01.tar.gz
1.7.1
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b4bae53b1fd9..303a2344475f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -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
-
diff --git a/PKGBUILD b/PKGBUILD
index 8c31cc3804b4..e39da25fdc39 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -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')