From 501ee8335c7e1f50f6c5d5f2b477d4370caa9053 Mon Sep 17 00:00:00 2001 From: Christian Schendel Date: Mon, 8 Sep 2025 08:13:50 +0200 Subject: [PATCH] chore: -bin backage --- .SRCINFO | 2 +- PKGBUILD | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index b68668d..ca501c2 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,7 +1,7 @@ pkgbase = shellcheck-bin pkgdesc = Shell script analysis tool (binary release, static) pkgver = 0.11.0 - pkgrel = 1 + pkgrel = 2 url = https://shellcheck.net arch = x86_64 arch = armv6h diff --git a/PKGBUILD b/PKGBUILD index 9db3a7b..95c87b3 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -6,7 +6,7 @@ pkgname=shellcheck-bin pkgver=0.11.0 -pkgrel=1 +pkgrel=2 url='https://shellcheck.net' pkgdesc='Shell script analysis tool (binary release, static)' license=(