From cdedb69f88ee9c46b48e2403aaf55982be565694 Mon Sep 17 00:00:00 2001 From: Michal Skorupka <4363852+crustovsky@users.noreply.github.com> Date: Thu, 3 Sep 2026 22:10:32 +0200 Subject: [PATCH] PKGBUILD: point at v0.2.8 Co-Authored-By: Claude Fable 5.1 Claude-Session: https://claude.ai/code/session_01GCACXGV72EjRZUUKapybmQ --- packaging/aur/PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packaging/aur/PKGBUILD b/packaging/aur/PKGBUILD index 97fc652..b3f62da 100644 --- a/packaging/aur/PKGBUILD +++ b/packaging/aur/PKGBUILD @@ -1,6 +1,6 @@ # Maintainer: Michal Skorupka pkgname=c64uv -pkgver=0.2.7 +pkgver=0.2.8 pkgrel=1 pkgdesc="Viewer for the C64 Ultimate / Ultimate 64: video and audio streaming, remote keyboard, menu access" arch=('x86_64' 'aarch64') @@ -8,7 +8,7 @@ url="https://github.com/crustovsky/C64UV" license=('MIT') depends=('sdl3' 'curl' 'iputils' 'hicolor-icon-theme') source=("$pkgname-$pkgver.tar.gz::$url/archive/refs/tags/v$pkgver.tar.gz") -sha256sums=('ccad4a4f05fb94567232049ed5944af36de0004e96e74c2c0d54402ad4c4e08c') +sha256sums=('3cb199684ff592404066105561e16236f8995d20d49c96dde73ef97edcf5d214') build() { cd "C64UV-$pkgver"