summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorehsan gn2021-06-24 02:29:00 +0430
committerehsan gn2021-06-24 02:29:00 +0430
commit92afd4287063f3f8366521bf07fa36128753448e (patch)
tree43192f4cd098350fc89eaef01e4f0debf2ef2442
parente4e89b36da1c04333dfad1c8d20c55b08f12d7a9 (diff)
downloadaur-92afd4287063f3f8366521bf07fa36128753448e.tar.gz
add rsync to optdepends
-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'