Fix up checksums + other fixes

This commit is contained in:
fosslinux 2022-02-23 20:59:57 +11:00
parent e7c39af4b9
commit 9543a47f1b
110 changed files with 387 additions and 231 deletions

View file

@ -2,8 +2,6 @@
#
# SPDX-License-Identifier: GPL-3.0-or-later
checksum=a23eef4bf67c43659f71b3ebe8c106276d97c82f02619a16766037be9cfef27d
src_compile() {
FILES="ctype/isalnum.c ctype/isalpha.c ctype/isascii.c ctype/iscntrl.c ctype/isdigit.c ctype/isgraph.c \
ctype/islower.c ctype/isnumber.c ctype/isprint.c ctype/ispunct.c ctype/isspace.c ctype/isupper.c ctype/isxdigit.c \