From 1fd5a1f506b25ae38a1a3f82535a170163ec07a5 Mon Sep 17 00:00:00 2001 From: EnumDev Date: Sat, 21 Mar 2026 14:58:23 +0200 Subject: [PATCH] Update package version to 6.19.1 --- pkg.info | 13 +++++++++---- source.sh | 2 +- 2 files changed, 10 insertions(+), 5 deletions(-) diff --git a/pkg.info b/pkg.info index 8b63741..5987d0d 100644 --- a/pkg.info +++ b/pkg.info @@ -1,6 +1,6 @@ name: btrfs-progs description: BTRFS filesystem manipulation utilities -version: "6.19" +version: 6.19.1 revision: 1 url: https://btrfs.readthedocs.io/ license: GPL2-only @@ -17,18 +17,23 @@ depends: - zlib - zstd optional_depends: - - e2fsprogs - - python3 + - e2fsprogs:For btrfs-convert + - python3:For python bindings make_depends: + - asciidoc - e2fsprogs - python3 - python-setuptools + - python-sphinx + - python-sphinx_rtd_theme - udev - xmlto +check_depends: - libaio + - liburing - ripgrep downloads: - 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_strip_components: 1 - checksum: ad6b791a60eb563d3314bc18e3c47f6b053a032639488b5b09b9d5e7921de6b6 + checksum: bb27e1ec54e7c3c0b7b2e596f853a73c07a3d72f21bc94042073c24dbf045796 diff --git a/source.sh b/source.sh index c53a602..a83b039 100644 --- a/source.sh +++ b/source.sh @@ -5,7 +5,7 @@ # The build function is executed in the source directory # This function is used to compile the source code build() { - ./configure --prefix=/usr --disable-static --disable-documentation + ./configure --prefix=/usr --disable-static make }