makedeb


dwarfs-bin 0.8.0-2


A fast high compression read-only file system (pre-compiled binaries)

Click here to go back to the commit logs for dwarfs-bin.

Commit:


Hash: 07253815582b82477ad7bbd7c0b0dec3d50a858d

Message: dependency fix

Diff


diff --git a/.SRCINFO b/.SRCINFO
index c67b240..787281a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -2,7 +2,7 @@ generated-by = makedeb
 pkgname = dwarfs-bin
 pkgbase = dwarfs-bin
 pkgdesc = A fast high compression read-only file system (pre-compiled binaries)
-pkgrel = 1
+pkgrel = 2
 pkgver = 0.5.6
 url = https://github.com/mhx/dwarfs
 arch = amd64
@@ -11,7 +11,8 @@ conflicts = dwarfs
 conflicts = dwarfs-git
 depends = fuse3
 depends = openssl
-depends = libboost-filesystem1.74.0
+depends = libboost-system1.74.0
+depends = libboost-program-options1.74.0
 depends = libjemalloc2
 depends = xxhash
 depends = lz4
diff --git a/PKGBUILD b/PKGBUILD
index ec7a078..ac0f9ad 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,14 @@
 # Maintainer: daci <dac1@fedora.email>
 pkgname=dwarfs-bin
 pkgver=0.5.6
-pkgrel=1
+pkgrel=2
 pkgdesc='A fast high compression read-only file system (pre-compiled binaries)'
 url='https://github.com/mhx/dwarfs'
 source=("https://github.com/mhx/dwarfs/releases/download/v${pkgver}/dwarfs-${pkgver}-Linux.tar.xz")
 arch=('amd64' 'aarch64')
 license=('GPL3')
 depends=(
-  'fuse3' 'openssl' 'libboost-filesystem1.74.0' 'libjemalloc2' 'xxhash'
+  'fuse3' 'openssl' 'libboost-system1.74.0' 'libboost-program-options1.74.0' 'libjemalloc2' 'xxhash'
   'lz4' 'xz-utils' 'zstd' 'libarchive13'
   'libunwind8' 'libgoogle-glog0v5' 'libfmt7' 'libgflags2.2' 'libdouble-conversion3'
 )