From 5e713f731637fa32c58f359010a51efecaa05c1b Mon Sep 17 00:00:00 2001 From: Christian Schendel Date: Mon, 8 Sep 2025 08:22:05 +0200 Subject: [PATCH] chore: -bin package --- .SRCINFO | 2 +- PKGBUILD | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index ca501c2..b63c7e5 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 = 2 + pkgrel = 3 url = https://shellcheck.net arch = x86_64 arch = armv6h diff --git a/PKGBUILD b/PKGBUILD index 95c87b3..eb7e447 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -6,7 +6,7 @@ pkgname=shellcheck-bin pkgver=0.11.0 -pkgrel=2 +pkgrel=3 url='https://shellcheck.net' pkgdesc='Shell script analysis tool (binary release, static)' license=(