summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMagnus Boman2022-02-10 23:03:34 +0100
committerMagnus Boman2022-02-10 23:03:34 +0100
commitb70966dadf47d016755b0c7f5918e24a3545faa5 (patch)
tree9d21db2ebb8afcfb0c6dbc13da5dcbbf0ec263a7
parentcb3717ded62ff11c2edfb1ee5876c4d23081b6f4 (diff)
downloadaur-b70966dadf47d016755b0c7f5918e24a3545faa5.tar.gz
upgpkg: shellcheck-bin 0.8.0-2
Clarified that the official binary is statically compiled.
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 14d1ce1024b4..a160ea606997 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = shellcheck-bin
- pkgdesc = Shell script analysis tool (binary release)
+ pkgdesc = Shell script analysis tool (binary release, static)
pkgver = 0.8.0
- pkgrel = 1
+ pkgrel = 2
url = https://shellcheck.net
arch = x86_64
arch = armv6h
diff --git a/PKGBUILD b/PKGBUILD
index 52de0c58bf49..b74c548fcabb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,9 +2,9 @@
pkgname=shellcheck-bin
pkgver=0.8.0
-pkgrel=1
+pkgrel=2
url='https://shellcheck.net'
-pkgdesc='Shell script analysis tool (binary release)'
+pkgdesc='Shell script analysis tool (binary release, static)'
license=(AGPL3)
arch=(x86_64 armv6h aarch64)
conflicts=("${pkgname%-bin}")