Update package version to 6.19.1

This commit is contained in:
2026-03-21 14:58:23 +02:00
parent b93c60b85c
commit 1fd5a1f506
2 changed files with 10 additions and 5 deletions
+9 -4
View File
@@ -1,6 +1,6 @@
name: btrfs-progs name: btrfs-progs
description: BTRFS filesystem manipulation utilities description: BTRFS filesystem manipulation utilities
version: "6.19" version: 6.19.1
revision: 1 revision: 1
url: https://btrfs.readthedocs.io/ url: https://btrfs.readthedocs.io/
license: GPL2-only license: GPL2-only
@@ -17,18 +17,23 @@ depends:
- zlib - zlib
- zstd - zstd
optional_depends: optional_depends:
- e2fsprogs - e2fsprogs:For btrfs-convert
- python3 - python3:For python bindings
make_depends: make_depends:
- asciidoc
- e2fsprogs - e2fsprogs
- python3 - python3
- python-setuptools - python-setuptools
- python-sphinx
- python-sphinx_rtd_theme
- udev - udev
- xmlto - xmlto
check_depends:
- libaio - libaio
- liburing
- ripgrep - ripgrep
downloads: downloads:
- url: https://www.kernel.org/pub/linux/kernel/people/kdave/btrfs-progs/btrfs-progs-v${BPM_PKG_VERSION}.tar.xz - url: https://www.kernel.org/pub/linux/kernel/people/kdave/btrfs-progs/btrfs-progs-v${BPM_PKG_VERSION}.tar.xz
extract_to: ${BPM_SOURCE} extract_to: ${BPM_SOURCE}
extract_strip_components: 1 extract_strip_components: 1
checksum: ad6b791a60eb563d3314bc18e3c47f6b053a032639488b5b09b9d5e7921de6b6 checksum: bb27e1ec54e7c3c0b7b2e596f853a73c07a3d72f21bc94042073c24dbf045796
+1 -1
View File
@@ -5,7 +5,7 @@
# The build function is executed in the source directory # The build function is executed in the source directory
# This function is used to compile the source code # This function is used to compile the source code
build() { build() {
./configure --prefix=/usr --disable-static --disable-documentation ./configure --prefix=/usr --disable-static
make make
} }