[arch-commits] Commit in erofs-utils/trunk (PKGBUILD)
David Runge
dvzrv at gemini.archlinux.org
Mon Jun 13 06:36:40 UTC 2022
Date: Monday, June 13, 2022 @ 06:36:39
Author: dvzrv
Revision: 448346
upgpkg: erofs-utils 1.5-2: Rebuild to demote fuse2 to optdepends (https://bugs.archlinux.org/task/74108).
Modified:
erofs-utils/trunk/PKGBUILD
----------+
PKGBUILD | 9 ++++++---
1 file changed, 6 insertions(+), 3 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2022-06-12 20:36:23 UTC (rev 448345)
+++ PKGBUILD 2022-06-13 06:36:39 UTC (rev 448346)
@@ -2,7 +2,7 @@
pkgname=erofs-utils
pkgver=1.5
-pkgrel=1
+pkgrel=2
pkgdesc="Userspace utilities for linux-erofs file system"
arch=(x86_64)
url="https://git.kernel.org/pub/scm/linux/kernel/git/xiang/erofs-utils.git"
@@ -9,8 +9,11 @@
license=(GPL2)
# TODO: add xz once microlzma is included
# https://bugs.archlinux.org/task/73331
-depends=(fuse2 glibc lz4)
-makedepends=(util-linux)
+depends=(glibc lz4)
+makedepends=(fuse2 util-linux)
+optdepends=(
+ 'fuse2: for erofsfuse'
+)
options=(debug)
source=($url/snapshot/$pkgname-$pkgver.tar.gz)
sha512sums=('0a9d593a9fef3c5976dc63e2927f47d070121ed07e6dda727b0a715b72cfe560c83bdf26ce41fe07b8cb5b66b0660105848e3f7c5a84f222296eb422d1cd5cba')
More information about the arch-commits
mailing list