Update package version to 2.43
This commit is contained in:
@@ -1,9 +1,11 @@
|
||||
name: glibc
|
||||
description: The GNU C Library
|
||||
version: "2.42"
|
||||
revision: 4
|
||||
version: "2.43"
|
||||
revision: 1
|
||||
url: https://www.gnu.org/software/libc/
|
||||
license: GPL2-or-later,LGPL2.1-or-later,BSD-3-Clause
|
||||
maintainers:
|
||||
- [email protected]
|
||||
architecture: any
|
||||
type: source
|
||||
keep:
|
||||
@@ -25,4 +27,4 @@ downloads:
|
||||
- url: https://ftpmirror.gnu.org/gnu/glibc/glibc-${BPM_PKG_VERSION}.tar.xz
|
||||
extract_to: ${BPM_SOURCE}
|
||||
extract_strip_components: 1
|
||||
checksum: d1775e32e4628e64ef930f435b67bb63af7599acb6be2b335b9f19f16509f17f
|
||||
checksum: d9c86c6b5dbddb43a3e08270c5844fc5177d19442cf5b8df4be7c07cd5fa3831
|
||||
|
||||
@@ -84,6 +84,5 @@ package() {
|
||||
|
||||
# Install package licenses
|
||||
install -Dm644 "$BPM_SOURCE"/LICENSES "$BPM_OUTPUT"/usr/share/licenses/glibc/LICENSES
|
||||
install -Dm644 "$BPM_SOURCE"/COPYING "$BPM_OUTPUT"/usr/share/licenses/glibc/COPYING
|
||||
install -Dm644 "$BPM_SOURCE"/COPYING.LIB "$BPM_OUTPUT"/usr/share/licenses/glibc/COPYING.LIB
|
||||
install -Dm644 "$BPM_SOURCE"/COPYING* -t "$BPM_OUTPUT"/usr/share/licenses/glibc
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user