summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorpingplug2019-09-03 11:18:03 +0800
committerpingplug2019-09-03 11:18:03 +0800
commitdf625bf11917128476014df049cf6b3fccdef108 (patch)
tree151e7bfbafbf8fff778b8b53c345e6bd65604dc4
parente74200a232f546e03be8894b00d4045aed378c50 (diff)
downloadaur-df625bf11917128476014df049cf6b3fccdef108.tar.gz
Updated to 8.0.001
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 8 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2918b1b51292..2ab9bbf1fa89 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = mingw-w64-readline
pkgdesc = GNU readline library (mingw-w64)
- pkgver = 8.0.000
+ pkgver = 8.0.001
pkgrel = 1
url = https://tiswww.case.edu/php/chet/readline/rltop.html
arch = any
@@ -13,9 +13,13 @@ pkgbase = mingw-w64-readline
options = !buildflags
source = https://ftp.gnu.org/gnu/readline/readline-8.0.tar.gz
source = https://ftp.gnu.org/gnu/readline/readline-8.0.tar.gz.sig
+ source = https://ftp.gnu.org/gnu/readline/readline-8.0-patches/readline80-001
+ source = https://ftp.gnu.org/gnu/readline/readline-8.0-patches/readline80-001.sig
validpgpkeys = 7C0135FB088AAF6C66C650B9BB5869F064EA74AB
sha256sums = e339f51971478d369f8a053a330a190781acb9864cf4c541060f12078948e461
sha256sums = SKIP
+ sha256sums = d8e5e98933cf5756f862243c0601cb69d3667bb33f2c7b751fe4e40b2c3fd069
+ sha256sums = SKIP
pkgname = mingw-w64-readline
diff --git a/PKGBUILD b/PKGBUILD
index fdbf35f4272f..3e8dc67bb788 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
# Thanks to the patch from the MXE project <mxe.cc>
_basever=8.0
-_patchlevel=000
+_patchlevel=001
_architectures="i686-w64-mingw32 x86_64-w64-mingw32"
pkgname=mingw-w64-readline
@@ -26,6 +26,8 @@ if [ ${_patchlevel} -gt 00 ]; then
fi
sha256sums=('e339f51971478d369f8a053a330a190781acb9864cf4c541060f12078948e461'
+ 'SKIP'
+ 'd8e5e98933cf5756f862243c0601cb69d3667bb33f2c7b751fe4e40b2c3fd069'
'SKIP')
validpgpkeys=(7C0135FB088AAF6C66C650B9BB5869F064EA74AB) # Chet Ramey <chet@cwru.edu>