···11pkgbase = vice-clipper
22 pkgdesc = Medal.tv-style game clip recorder for Linux — instant replay, session recording, and one-click sharing
33- pkgver = 1.3.0
33+ pkgver = 1.3.1
44 pkgrel = 1
55 url = https://github.com/eklonofficial/Vice
66 arch = x86_64
···2929 optdepends = cloudflared: public share links that work outside your LAN
3030 optdepends = wl-clipboard: copy share links on Wayland
3131 optdepends = xclip: copy share links on X11
3232- source = vice-clipper-1.3.0.tar.gz::https://github.com/eklonofficial/Vice/archive/refs/tags/v1.3.0.tar.gz
3232+ source = vice-clipper-1.3.1.tar.gz::https://github.com/eklonofficial/Vice/archive/refs/tags/v1.3.1.tar.gz
3333 sha256sums = SKIP
34343535pkgname = vice-clipper
+1-1
PKGBUILD
···11# Maintainer: Andrew Marin <andrewmarin367@gmail.com>
22pkgname=vice-clipper
33-pkgver=1.3.0
33+pkgver=1.3.1
44pkgrel=1
55pkgdesc="Medal.tv-style game clip recorder for Linux — instant replay, session recording, and one-click sharing"
66arch=('x86_64')
+1-1
vice/__init__.py
···11"""Vice — Linux game clip recorder."""
22-__version__ = "1.3.0"
22+__version__ = "1.3.1"