summaryrefslogtreecommitdiff
path: root/repo/util
diff options
context:
space:
mode:
authordavidovski <david@davidovski.xyz>2022-02-21 21:39:04 +0000
committerdavidovski <david@davidovski.xyz>2022-02-21 21:39:04 +0000
commit1a229996c3bd26cc39e409fac83d29b3f5d5b17c (patch)
treed7c29fe19ed1d0cb01b89f3cbc47318740ebba63 /repo/util
parentd360f4601f24febd6461b3163b2dd93401db67b0 (diff)
added feh
Diffstat (limited to 'repo/util')
-rw-r--r--repo/util/fzf.xibuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/repo/util/fzf.xibuild b/repo/util/fzf.xibuild
index 0915d48..f068792 100644
--- a/repo/util/fzf.xibuild
+++ b/repo/util/fzf.xibuild
@@ -4,7 +4,8 @@ MAKEDEPS=(git go)
DEPS=(bash)
PKG_VER=0.29.0
-SOURCE=https://github.com/junegunn/fzf/archive/refs/tags/$PKG_VER.tar.gz
+SOURCE=https://github.com/junegunn/fzf.git
+BRANCH=$PKG_VER
DESC="Command-line fuzzy finder"
prepare () {