hi

this is an archlinux repository containing binary packages of some software, most notably:

alacritty-sixel-git  1:0.17.0.2561.g3d658d2e-1
  A cross-platform, GPU-accelerated terminal emulator
  patched with support for graphics (Sixel and iTerm2 protocols)
  https://github.com/ayosec/alacritty
djv  3.4.2-2
  Professional media review software for VFX, animation, and film production
  https://grizzlypeak3d.github.io/DJV/
eq10q-gui  2.2-1
  Flexible parametric equalizer and more (with gui)
  same as extra/eq10q but with the (very nice) gui enabled
  http://eq10q.sourceforge.net/
wormhole-rs  0.8.1-1
  Peer-to-peer file sharing (Rust implementation with new features and enhancements)
  https://github.com/magic-wormhole/magic-wormhole.rs
libbieoffice-fresh  26.2.4.3-1
  LibreOwOffice branch which contains new features and program enhancements
  same as extra/libreoffice-fresh, but with artwork by Tyson Tan
  http://www.libreoffice.org/
to use this repository,
  1. import my signing key:
    pacman-key \
      --keyserver keys.openpgp.org \
      --recv-keys soft@liliths.pet
    
    # verify the fingerprint matches
    # 7C14 1F97 26E9 9EDA 6B71  B12A 8418 C3C0 5DF4 96F8
    pacman-key --finger soft@liliths.pet
    
    # mark trusted
    pacman-key --lsign-key soft@liliths.pet
    
  2. add the following to /etc/pacman.conf
    [kizzycat]
    Server = https://soft.liliths.pet/archlinux
    
you should now be able to list the contents of the repository like this:
pacman -Syl kizzycat
i hope maybe this may be helpful to you ^w^