T.J. Townsend pushed to branch main at Arch Linux / Packaging / Packages / lib32-readline
Commits: 3683a15b by T.J. Townsend at 2023-11-23T10:16:14-05:00 upgpkg: 8.2.007-1 - - - - - 2 changed files: - + .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -0,0 +1,44 @@ +pkgbase = lib32-readline + pkgdesc = GNU readline library (32-bit) + pkgver = 8.2.007 + pkgrel = 1 + url = https://tiswww.case.edu/php/chet/readline/rltop.html + arch = x86_64 + license = GPL + makedepends = gcc-multilib + depends = lib32-glibc + depends = lib32-ncurses + depends = readline + source = https://ftp.gnu.org/gnu/readline/readline-8.2.tar.gz + source = https://ftp.gnu.org/gnu/readline/readline-8.2-patches/readline82-001 + source = https://ftp.gnu.org/gnu/readline/readline-8.2-patches/readline82-001.sig + source = https://ftp.gnu.org/gnu/readline/readline-8.2-patches/readline82-002 + source = https://ftp.gnu.org/gnu/readline/readline-8.2-patches/readline82-002.sig + source = https://ftp.gnu.org/gnu/readline/readline-8.2-patches/readline82-003 + source = https://ftp.gnu.org/gnu/readline/readline-8.2-patches/readline82-003.sig + source = https://ftp.gnu.org/gnu/readline/readline-8.2-patches/readline82-004 + source = https://ftp.gnu.org/gnu/readline/readline-8.2-patches/readline82-004.sig + source = https://ftp.gnu.org/gnu/readline/readline-8.2-patches/readline82-005 + source = https://ftp.gnu.org/gnu/readline/readline-8.2-patches/readline82-005.sig + source = https://ftp.gnu.org/gnu/readline/readline-8.2-patches/readline82-006 + 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 + validpgpkeys = 7C0135FB088AAF6C66C650B9BB5869F064EA74AB + sha256sums = 3feb7171f16a84ee82ca18a36d7b9be109a52c04f492a053331d7d1095007c35 + sha256sums = bbf97f1ec40a929edab5aa81998c1e2ef435436c597754916e6a5868f273aff7 + sha256sums = SKIP + sha256sums = e06503822c62f7bc0d9f387d4c78c09e0ce56e53872011363c74786c7cd4c053 + sha256sums = SKIP + sha256sums = 24f587ba46b46ed2b1868ccaf9947504feba154bb8faabd4adaea63ef7e6acb0 + sha256sums = SKIP + sha256sums = 79572eeaeb82afdc6869d7ad4cba9d4f519b1218070e17fa90bbecd49bd525ac + sha256sums = SKIP + sha256sums = 622ba387dae5c185afb4b9b20634804e5f6c1c6e5e87ebee7c35a8f065114c99 + sha256sums = SKIP + sha256sums = c7b45ff8c0d24d81482e6e0677e81563d13c74241f7b86c4de00d239bc81f5a1 + sha256sums = SKIP + sha256sums = 5911a5b980d7900aabdbee483f86dab7056851e6400efb002776a0a4a1bab6f6 + sha256sums = SKIP + +pkgname = lib32-readline ===================================== PKGBUILD ===================================== @@ -5,9 +5,9 @@ _pkgbasename=readline pkgname=lib32-$_pkgbasename _basever=8.2 -_patchlevel=001 +_patchlevel=007 pkgver=${_basever}.${_patchlevel} -pkgrel=2 +pkgrel=1 pkgdesc="GNU readline library (32-bit)" arch=(x86_64) url="https://tiswww.case.edu/php/chet/readline/rltop.html" @@ -20,14 +20,22 @@ if [ $_patchlevel -gt 00 ]; then source=(${source[@]} https://ftp.gnu.org/gnu/readline/readline-$_basever-patches/readline${_basever//./}-$(printf "%03d" $p){,.sig}) done fi -validpgpkeys=('7C0135FB088AAF6C66C650B9BB5869F064EA74AB') # Chet Ramey - -md5sums=('4aa1b31be779e6b84f9a96cb66bc50f6' - 'b800ce35690436a995a4fadf939e53cc' - 'SKIP') sha256sums=('3feb7171f16a84ee82ca18a36d7b9be109a52c04f492a053331d7d1095007c35' 'bbf97f1ec40a929edab5aa81998c1e2ef435436c597754916e6a5868f273aff7' + 'SKIP' + 'e06503822c62f7bc0d9f387d4c78c09e0ce56e53872011363c74786c7cd4c053' + 'SKIP' + '24f587ba46b46ed2b1868ccaf9947504feba154bb8faabd4adaea63ef7e6acb0' + 'SKIP' + '79572eeaeb82afdc6869d7ad4cba9d4f519b1218070e17fa90bbecd49bd525ac' + 'SKIP' + '622ba387dae5c185afb4b9b20634804e5f6c1c6e5e87ebee7c35a8f065114c99' + 'SKIP' + 'c7b45ff8c0d24d81482e6e0677e81563d13c74241f7b86c4de00d239bc81f5a1' + 'SKIP' + '5911a5b980d7900aabdbee483f86dab7056851e6400efb002776a0a4a1bab6f6' 'SKIP') +validpgpkeys=('7C0135FB088AAF6C66C650B9BB5869F064EA74AB') # Chet Ramey build() { cd ${_pkgbasename}-$_basever View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/lib32-readline/-/commit/3683a15b4fde612879200c40477bf5d66b22bf6d -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/lib32-readline/-/commit/3683a15b4fde612879200c40477bf5d66b22bf6d You're receiving this email because of your account on gitlab.archlinux.org.
