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

Sébastien Luttringer seblu at archlinux.org
Tue May 12 13:01:05 UTC 2020


    Date: Tuesday, May 12, 2020 @ 13:00:58
  Author: seblu
Revision: 383300

upgpkg: btrfs-progs 5.6.1-1

- Support reiserfs convert
- Use libgcrypt for crypto

Modified:
  btrfs-progs/trunk/PKGBUILD

----------+
 PKGBUILD |    8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-05-12 12:59:00 UTC (rev 383299)
+++ PKGBUILD	2020-05-12 13:00:58 UTC (rev 383300)
@@ -3,12 +3,12 @@
 # Contributor: Tobias Powalowski <tpowa at archlinux.org>
 
 pkgname=btrfs-progs
-pkgver=5.6
+pkgver=5.6.1
 pkgrel=1
 pkgdesc='Btrfs filesystem utilities'
 arch=('x86_64')
 makedepends=('git' 'asciidoc' 'xmlto' 'systemd' 'python' 'python-setuptools')
-depends=('glibc' 'libutil-linux' 'e2fsprogs' 'lzo' 'zlib' 'zstd')
+depends=('glibc' 'libutil-linux' 'lzo' 'zlib' 'zstd' 'libgcrypt' 'e2fsprogs' 'reiserfsprogs')
 optdepends=('python: libbtrfsutil python bindings')
 url='https://btrfs.wiki.kernel.org'
 replaces=('btrfs-progs-unstable')
@@ -24,7 +24,7 @@
 install=btrfs-progs.install
 options=(!staticlibs)
 sha256sums=('SKIP'
-            'a1321c77521dfa6cac41d0d030358e9c74bcf650afd6a9c1c7d531e6cd112f6b'
+            '50ccf556b887018f35937626f9a6e799c1e69692778b2bb090d2a56c9bdc96db'
             'bbe60b35d1b1e2efc1308a8f54f1fdc6808240a81c5f5b4d75321b7ee86e41f4'
             '35efeee8590d6d60c711ae9cdc918e4841ab61d10cb02359e65e36ebff95ffc5'
             '8b1f8a1176141c5c6abe772dcb93cd87c083c7415c856b4fcb563491c9916836'
@@ -45,7 +45,7 @@
 
 build() {
   cd $pkgname-v$pkgver
-  ./configure --prefix=/usr
+  ./configure --prefix=/usr --with-crypto=libgcrypt
   make
 }
 



More information about the arch-commits mailing list