[arch-commits] Commit in btrfs-progs/trunk (PKGBUILD)
Sébastien Luttringer
seblu at archlinux.org
Wed May 16 22:55:57 UTC 2018
Date: Wednesday, May 16, 2018 @ 22:55:56
Author: seblu
Revision: 324389
upgpkg: btrfs-progs 4.16.1-2
- fix FS#58531
Modified:
btrfs-progs/trunk/PKGBUILD
----------+
PKGBUILD | 9 +++++----
1 file changed, 5 insertions(+), 4 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2018-05-16 22:46:39 UTC (rev 324388)
+++ PKGBUILD 2018-05-16 22:55:56 UTC (rev 324389)
@@ -5,11 +5,12 @@
pkgname=btrfs-progs
pkgver=4.16.1
-pkgrel=1
+pkgrel=2
pkgdesc='Btrfs filesystem utilities'
arch=('x86_64')
-depends=('glibc' 'libutil-linux' 'e2fsprogs' 'lzo' 'zlib' 'zstd' 'python')
-makedepends=('git' 'asciidoc' 'xmlto' 'systemd' 'python-setuptools')
+makedepends=('git' 'asciidoc' 'xmlto' 'systemd' 'python' 'python-setuptools')
+depends=('glibc' 'libutil-linux' 'e2fsprogs' 'lzo' 'zlib' 'zstd')
+optdepends=('python: libbtrfsutil python bindings')
url='https://btrfs.wiki.kernel.org'
replaces=('btrfs-progs-unstable')
conflicts=('btrfs-progs-unstable')
@@ -58,7 +59,7 @@
package() {
cd $pkgname-v$pkgver
- make DESTDIR="$pkgdir" install
+ make DESTDIR="$pkgdir" install install_python
# install bash completion (FS#44618)
install -Dm644 btrfs-completion "$pkgdir/usr/share/bash-completion/completions/btrfs"
More information about the arch-commits
mailing list