From 012a8f3561215b8edf98ef1f1d7607c352beb656 Mon Sep 17 00:00:00 2001 From: Markus Pesch Date: Sat, 22 Feb 2025 21:15:10 +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 a32fdcb..7059bd7 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 = 1 + pkgrel = 2 url = https://github.com/jcodybaker/shellyctl arch = armv7h arch = aarch64 diff --git a/PKGBUILD b/PKGBUILD index 20f11b8..f286936 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -2,7 +2,7 @@ pkgname=shellyctl pkgver=0.4.0 # renovate: datasource=github-releases depName=jcodybaker/shellyctl -pkgrel=1 +pkgrel=2 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"