Instant-replay game clipping for Linux. Forked from https://github.com/eklonofficial/Vice
0

Configure Feed

Select the types of activity you want to include in your feed.

v1.3.1

Andrew Marin (Jun 11, 2026, 9:05 PM -0500) fba3fd76 ca143ac6

+4 -4
+2 -2
.SRCINFO
··· 1 1 pkgbase = vice-clipper 2 2 pkgdesc = Medal.tv-style game clip recorder for Linux — instant replay, session recording, and one-click sharing 3 - pkgver = 1.3.0 3 + pkgver = 1.3.1 4 4 pkgrel = 1 5 5 url = https://github.com/eklonofficial/Vice 6 6 arch = x86_64 ··· 29 29 optdepends = cloudflared: public share links that work outside your LAN 30 30 optdepends = wl-clipboard: copy share links on Wayland 31 31 optdepends = xclip: copy share links on X11 32 - source = vice-clipper-1.3.0.tar.gz::https://github.com/eklonofficial/Vice/archive/refs/tags/v1.3.0.tar.gz 32 + source = vice-clipper-1.3.1.tar.gz::https://github.com/eklonofficial/Vice/archive/refs/tags/v1.3.1.tar.gz 33 33 sha256sums = SKIP 34 34 35 35 pkgname = vice-clipper
+1 -1
PKGBUILD
··· 1 1 # Maintainer: Andrew Marin <andrewmarin367@gmail.com> 2 2 pkgname=vice-clipper 3 - pkgver=1.3.0 3 + pkgver=1.3.1 4 4 pkgrel=1 5 5 pkgdesc="Medal.tv-style game clip recorder for Linux — instant replay, session recording, and one-click sharing" 6 6 arch=('x86_64')
+1 -1
vice/__init__.py
··· 1 1 """Vice — Linux game clip recorder.""" 2 - __version__ = "1.3.0" 2 + __version__ = "1.3.1"