summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorConnor Etherington2022-06-24 01:01:54 +0200
committerConnor Etherington2022-06-24 01:01:54 +0200
commita9e3123839e6b251bd363aff0b28130c8653ce73 (patch)
tree8562222c56c8ddae7907f0e4703d7742761bcb9a
parent292562b81f823183a9347b9123f8800c616b4f20 (diff)
downloadaur-a9e3123839e6b251bd363aff0b28130c8653ce73.tar.gz
Auto-Commit Update 24.06.2022 - 01:01:54
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD1
2 files changed, 2 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 869680eb51f2..5dc609610eb2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -19,6 +19,7 @@ pkgbase = lfp
depends = xsel
depends = lolcat
optdepends = git: cloning repos from within lfp
+ conflicts = lfp-git
source = https://concise.cc/pkg/lfp-2.3-1-x86_64.pkg.tar.zst
source = https://concise.cc/pkg/lfp-2.3-1-x86_64.pkg.tar.zst.sig
validpgpkeys = 81BACEEBC3EA26E127166E4A819BB92A9A48160E
diff --git a/PKGBUILD b/PKGBUILD
index d78440b39401..921f8f9e0838 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,6 +9,7 @@ arch=('x86_64')
install="lfp.install"
url="https://gitlab.com/a4to/lfp"
depends=(lf zsh ffmpeg ueberzug graphicsmagick ghostscript bat fzf dunst dialog xsel lolcat)
+conflicts=(lfp-git)
optdepends=(
'git: cloning repos from within lfp'
)