--- a/PKGBUILD 2018-05-07 19:38:22.191309889 -0600 +++ b/PKGBUILD 2018-05-09 19:34:32.400125421 -0600 @@ -8,8 +8,9 @@ pkgrel=2 pkgdesc='Btrfs filesystem utilities' arch=('x86_64') -depends=('glibc' 'libutil-linux' 'e2fsprogs' 'lzo' 'zlib' 'zstd' 'python') +depends=('glibc' 'libutil-linux' 'e2fsprogs' 'lzo' 'zlib' 'zstd') makedepends=('git' 'asciidoc' 'xmlto' 'systemd' 'python-setuptools') +optdepends=('python: for libbtrfsutil python bindings') url='https://btrfs.wiki.kernel.org' replaces=('btrfs-progs-unstable') conflicts=('btrfs-progs-unstable') @@ -59,6 +60,7 @@ package() { cd $pkgname-v$pkgver make DESTDIR="$pkgdir" install + make DESTDIR="$pkgdir" install_python # install bash completion (FS#44618) install -Dm644 btrfs-completion "$pkgdir/usr/share/bash-completion/completions/btrfs"