summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorpingplug2024-02-05 23:39:55 +0800
committerpingplug2024-02-05 23:39:55 +0800
commitd0d4e8acb3f0acd11caa39abecbe234d9ef4c3c6 (patch)
tree7194719074ab9d3ac28834ca87706b53560f1d0a
parent427728b050428e1e43bd0d4a5b80474b7b6c4161 (diff)
downloadaur-mingw-w64-readline.tar.gz
updated to 8.2.010
-rw-r--r--.SRCINFO16
-rw-r--r--PKGBUILD10
2 files changed, 22 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9178fc0aeedc..10ceec19e0e8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,10 @@
pkgbase = mingw-w64-readline
pkgdesc = GNU readline library (mingw-w64)
- pkgver = 8.2.007
+ pkgver = 8.2.010
pkgrel = 1
url = https://tiswww.case.edu/php/chet/readline/rltop.html
arch = any
- license = GPL
+ license = GPL-3.0-only
makedepends = mingw-w64-configure
depends = mingw-w64-crt
depends = mingw-w64-pdcurses
@@ -29,6 +29,12 @@ pkgbase = mingw-w64-readline
source = https://ftp.gnu.org/gnu/readline/readline-8.2-patches/readline82-006.sig
source = https://ftp.gnu.org/gnu/readline/readline-8.2-patches/readline82-007
source = https://ftp.gnu.org/gnu/readline/readline-8.2-patches/readline82-007.sig
+ source = https://ftp.gnu.org/gnu/readline/readline-8.2-patches/readline82-008
+ source = https://ftp.gnu.org/gnu/readline/readline-8.2-patches/readline82-008.sig
+ source = https://ftp.gnu.org/gnu/readline/readline-8.2-patches/readline82-009
+ source = https://ftp.gnu.org/gnu/readline/readline-8.2-patches/readline82-009.sig
+ source = https://ftp.gnu.org/gnu/readline/readline-8.2-patches/readline82-010
+ source = https://ftp.gnu.org/gnu/readline/readline-8.2-patches/readline82-010.sig
validpgpkeys = 7C0135FB088AAF6C66C650B9BB5869F064EA74AB
sha256sums = 3feb7171f16a84ee82ca18a36d7b9be109a52c04f492a053331d7d1095007c35
sha256sums = SKIP
@@ -47,5 +53,11 @@ pkgbase = mingw-w64-readline
sha256sums = SKIP
sha256sums = 5911a5b980d7900aabdbee483f86dab7056851e6400efb002776a0a4a1bab6f6
sha256sums = SKIP
+ sha256sums = a177edc9d8c9f82e8c19d0630ab351f3fd1b201d655a1ddb5d51c4cee197b26a
+ sha256sums = SKIP
+ sha256sums = 3d9885e692e1998523fd5c61f558cecd2aafd67a07bd3bfe1d7ad5a31777a116
+ sha256sums = SKIP
+ sha256sums = 758e2ec65a0c214cfe6161f5cde3c5af4377c67d820ea01d13de3ca165f67b4c
+ sha256sums = SKIP
pkgname = mingw-w64-readline
diff --git a/PKGBUILD b/PKGBUILD
index c45f775753f7..4fbe1819ff71 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
# Thanks to the patch from the MXE project <mxe.cc>
_basever=8.2
-_patchlevel=007
+_patchlevel=010
_architectures="i686-w64-mingw32 x86_64-w64-mingw32"
pkgname=mingw-w64-readline
@@ -13,7 +13,7 @@ pkgrel=1
pkgdesc="GNU readline library (mingw-w64)"
arch=('any')
url="https://tiswww.case.edu/php/chet/readline/rltop.html"
-license=('GPL')
+license=('GPL-3.0-only')
depends=('mingw-w64-crt'
'mingw-w64-pdcurses'
'mingw-w64-termcap')
@@ -43,6 +43,12 @@ sha256sums=('3feb7171f16a84ee82ca18a36d7b9be109a52c04f492a053331d7d1095007c35'
'c7b45ff8c0d24d81482e6e0677e81563d13c74241f7b86c4de00d239bc81f5a1'
'SKIP'
'5911a5b980d7900aabdbee483f86dab7056851e6400efb002776a0a4a1bab6f6'
+ 'SKIP'
+ 'a177edc9d8c9f82e8c19d0630ab351f3fd1b201d655a1ddb5d51c4cee197b26a'
+ 'SKIP'
+ '3d9885e692e1998523fd5c61f558cecd2aafd67a07bd3bfe1d7ad5a31777a116'
+ 'SKIP'
+ '758e2ec65a0c214cfe6161f5cde3c5af4377c67d820ea01d13de3ca165f67b4c'
'SKIP')
validpgpkeys=(7C0135FB088AAF6C66C650B9BB5869F064EA74AB) # Chet Ramey <chet@cwru.edu>