From f383cc8a9d428b8bab5797233297887d6fef90d8 Mon Sep 17 00:00:00 2001 From: Maksim Totmin Date: Wed, 26 Aug 2026 10:48:06 +0700 Subject: [PATCH] chore(aur): bump pkgrel to 2 for new cmd/ + internal/ layout --- packaging/.SRCINFO | 2 +- packaging/PKGBUILD | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/packaging/.SRCINFO b/packaging/.SRCINFO index c4cd582..a93c1e7 100644 --- a/packaging/.SRCINFO +++ b/packaging/.SRCINFO @@ -1,7 +1,7 @@ pkgbase = streamdeck-lets-go-git pkgdesc = Lightweight daemon for controlling Elgato Stream Deck devices with a built-in web UI pkgver = r0.unknown - pkgrel = 1 + pkgrel = 2 url = https://github.com/totmin/streamdeck-lets-go arch = x86_64 arch = aarch64 diff --git a/packaging/PKGBUILD b/packaging/PKGBUILD index 746e899..36ad9d6 100644 --- a/packaging/PKGBUILD +++ b/packaging/PKGBUILD @@ -3,7 +3,7 @@ pkgname=streamdeck-lets-go-git _giturl=https://github.com/totmin/streamdeck-lets-go.git pkgver=0.1.0 -pkgrel=1 +pkgrel=2 pkgdesc="Lightweight daemon for controlling Elgato Stream Deck devices with a built-in web UI" arch=('x86_64' 'aarch64') url="https://github.com/totmin/streamdeck-lets-go"