From 4243ee353bb07afeeab919eb29fdca9a963324e4 Mon Sep 17 00:00:00 2001 From: totmin Date: Wed, 26 Aug 2026 09:26:07 +0700 Subject: [PATCH] chore: update AUR package URLs to totmin/streamdeck-lets-go --- dist/arch/.SRCINFO | 4 ++-- dist/arch/PKGBUILD | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/dist/arch/.SRCINFO b/dist/arch/.SRCINFO index 648624a..5a728e7 100644 --- a/dist/arch/.SRCINFO +++ b/dist/arch/.SRCINFO @@ -2,7 +2,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 - url = https://github.com/Wakatron/streamdeck-lets-go + url = https://github.com/totmin/streamdeck-lets-go arch = x86_64 arch = aarch64 license = MIT @@ -13,7 +13,7 @@ pkgbase = streamdeck-lets-go-git optdepends = fontconfig: system font detection provides = streamdeck-lets-go conflicts = streamdeck-lets-go - source = streamdeck-lets-go-git::git+https://github.com/Wakatron/streamdeck-lets-go.git + source = streamdeck-lets-go-git::git+https://github.com/totmin/streamdeck-lets-go.git source = streamdeck-lets-go.service source = 90-streamdeck.rules b2sums = SKIP diff --git a/dist/arch/PKGBUILD b/dist/arch/PKGBUILD index 98c4774..f495755 100644 --- a/dist/arch/PKGBUILD +++ b/dist/arch/PKGBUILD @@ -1,12 +1,12 @@ -# Maintainer: Wakatron +# Maintainer: totmin pkgname=streamdeck-lets-go-git -_giturl=https://github.com/Wakatron/streamdeck-lets-go.git +_giturl=https://github.com/totmin/streamdeck-lets-go.git pkgver=0.1.0 pkgrel=1 pkgdesc="Lightweight daemon for controlling Elgato Stream Deck devices with a built-in web UI" arch=('x86_64' 'aarch64') -url="https://github.com/Wakatron/streamdeck-lets-go" +url="https://github.com/totmin/streamdeck-lets-go" license=('MIT') depends=('libusb') optdepends=('librsvg: SVG icon rendering'