From 3e3cd0e0796ab75c89b1fa7e7d1b7066a779f968 Mon Sep 17 00:00:00 2001 From: goodroot Date: Sun, 28 Sep 2025 09:25:46 -0700 Subject: [PATCH] Update .SRCINFO with python-requests dependency - Added python-requests to depends list - pkgrel incremented to 2 --- .SRCINFO | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.SRCINFO b/.SRCINFO index cfe6dd29c0ed..63ca15d3e011 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,7 +1,7 @@ pkgbase = hyprwhspr pkgdesc = Native Whisper speech-to-text for Arch/Omarchy with Waybar integration pkgver = 1.2.9 - pkgrel = 1 + pkgrel = 2 url = https://github.com/goodroot/hyprwhspr install = hyprwhspr.install arch = x86_64 @@ -15,6 +15,7 @@ pkgbase = hyprwhspr depends = python-json5 depends = python-sounddevice depends = python-evdev + depends = python-requests depends = ydotool depends = pipewire depends = pipewire-alsa