From 2be6b7a7fda17acf6b57dff331b6cc90f42ebcc3 Mon Sep 17 00:00:00 2001 From: Markus Pesch Date: Sat, 22 Feb 2025 22:45:56 +0100 Subject: [PATCH] fix: bump release version --- .SRCINFO | 2 +- PKGBUILD | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index 7059bd7..d6b9695 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,7 +1,7 @@ pkgbase = shellyctl pkgdesc = shellyctl is an unofficial command line client for the Shelly Gen2/3 API. pkgver = 0.4.0 - pkgrel = 2 + pkgrel = 3 url = https://github.com/jcodybaker/shellyctl arch = armv7h arch = aarch64 diff --git a/PKGBUILD b/PKGBUILD index f286936..6418c98 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -2,7 +2,7 @@ pkgname=shellyctl pkgver=0.4.0 # renovate: datasource=github-releases depName=jcodybaker/shellyctl -pkgrel=2 +pkgrel=3 pkgdesc="shellyctl is an unofficial command line client for the Shelly Gen2/3 API. " arch=('armv7h' 'aarch64' 'x86_64') url="https://github.com/jcodybaker/$pkgname"