[arch-commits] Commit in libblockdev/trunk (PKGBUILD)

Felix Yan felixonmars at archlinux.org
Fri Jun 9 15:13:21 UTC 2017


    Date: Friday, June 9, 2017 @ 15:13:21
  Author: felixonmars
Revision: 298492

upgpkg: libblockdev 2.8-3

Add more dependencies (FS#54338)

Modified:
  libblockdev/trunk/PKGBUILD

----------+
 PKGBUILD |   11 +++++------
 1 file changed, 5 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-06-09 15:05:13 UTC (rev 298491)
+++ PKGBUILD	2017-06-09 15:13:21 UTC (rev 298492)
@@ -3,15 +3,14 @@
 
 pkgname=libblockdev
 pkgver=2.8
-pkgrel=2
+pkgrel=3
 pkgdesc="A library for manipulating block devices"
 arch=('i686' 'x86_64')
 url="https://github.com/rhinstaller/libblockdev"
 license=('LGPL')
-depends=('dmraid' 'parted' 'volume_key' 'libbytesize')
-makedepends=('cryptsetup' 'gobject-introspection' 'python')
-optdepends=('lvm2: For LVM plugin'
-			'btrfs-progs: For BTRFS plugin')
+depends=('btrfs-progs' 'dosfstools' 'dmraid' 'gptfdisk' 'libbytesize' 'lvm2' 'mdadm' 'parted'
+         'volume_key' 'xfsprogs')
+makedepends=('gobject-introspection' 'python')
 source=("$pkgname-$pkgver.tar.gz::https://github.com/rhinstaller/libblockdev/archive/$pkgver-1.tar.gz")
 sha512sums=('d3e72b41aaab3837df9383d3997fdfbc983ca90fa7268895eda5d78825ff475f60a3d6183fc22187cd9836fca619b433a0e78045c31040498483d1ba9f9ad25e')
 
@@ -22,7 +21,7 @@
 build() {
   cd "$srcdir"/$pkgname-$pkgver-1
   ./autogen.sh
-  ./configure --prefix=/usr --sysconfdir=/etc
+  ./configure --prefix=/usr --sysconfdir=/etc --without-lvm_dbus
   make
 }
 



More information about the arch-commits mailing list