summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD1
2 files changed, 2 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 094387de4b0b..401dce436505 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -7,6 +7,7 @@ pkgbase = lfutils-git
license = GPL
makedepends = git
depends = lf
+ optdepends = rsync: copying files using lfpaste
optdepends = archivemount: mounting and opening archives via lfmount
optdepends = sxiv: sxiv integration using lfsxiv
optdepends = ueberzug: image previews
diff --git a/PKGBUILD b/PKGBUILD
index 3e736b99e875..d0b8dae2576d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,6 +10,7 @@ license=('GPL')
makedepends=('git')
depends=('lf')
optdepends=(
+'rsync: copying files using lfpaste'
'archivemount: mounting and opening archives via lfmount'
'sxiv: sxiv integration using lfsxiv'
'ueberzug: image previews'