summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorxgjmibzr2023-02-20 18:14:52 -0700
committerxgjmibzr2023-02-20 18:14:52 -0700
commitb2b99d7258e57f7d9b6d53994de61c645eddc528 (patch)
treeb5a57553df5096f8b9e7c9ae4af9f184fa765322
parent12ae3489ebc34cabdfd20f230cf4f52c8340a03a (diff)
downloadaur-b2b99d7258e57f7d9b6d53994de61c645eddc528.tar.gz
NILFS support
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD5
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 015d7e4fe40b..728944ce1cd2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -10,6 +10,7 @@ pkgbase = httm-git
depends = gcc-libs
optdepends = btrfs-progs: BTRFS support
optdepends = zfs-utils: ZFS support
+ optdepends = nilfs-utils: NILFS2 support
provides = httm
conflicts = httm
conflicts = httm-bin
diff --git a/PKGBUILD b/PKGBUILD
index b5058e458a4d..e709acdfd1ca 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: xgjmibzr <xgjmibzr@gmail.com>
pkgname=httm-git
-pkgver=r2167.8bd326f
+pkgver=r2286.67c7ce3
pkgrel=1
pkgdesc="Prints the size, date and locations of available unique versions (deduplicated by modify time and size) of files residing on ZFS or BTRFS snapshots."
arch=('x86_64')
@@ -12,7 +12,8 @@ conflicts=('httm' 'httm-bin')
options=('!strip' '!emptydirs')
depends=('gcc-libs')
optdepends=('btrfs-progs: BTRFS support'
- 'zfs-utils: ZFS support')
+ 'zfs-utils: ZFS support'
+ 'nilfs-utils: NILFS2 support')
makedepends=('cargo' 'git')
source=("git+https://github.com/kimono-koans/httm.git")
sha512sums=('SKIP')