Felix Yan pushed to branch main at Arch Linux / Packaging / Packages /
shellcheck
Commits:
0e06fc5a by Felix Yan at 2025-01-04T05:46:13+08:00
upgpkg: 0.10.0-20: rebuild with inspection-testing 0.6
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = shellcheck
pkgdesc = Shell script analysis tool
pkgver = 0.10.0
- pkgrel = 19
+ pkgrel = 20
url = https://www.shellcheck.net
arch = x86_64
license = GPL
=====================================
PKGBUILD
=====================================
@@ -5,7 +5,7 @@
_hkgname=ShellCheck
pkgname=shellcheck
pkgver=0.10.0
-pkgrel=19
+pkgrel=20
pkgdesc="Shell script analysis tool"
url="https://www.shellcheck.net"
license=("GPL")
@@ -24,7 +24,7 @@ prepare() {
build() {
cd $pkgname-$pkgver
- runhaskell Setup configure -O --enable-shared --enable-executable-dynamic
--disable-library-vanilla \
+ runhaskell Setup configure -O --enable-shared --enable-debug-info
--enable-executable-dynamic --disable-library-vanilla \
--prefix=/usr --docdir=/usr/share/doc/$pkgname --datasubdir=$pkgname
--enable-tests \
--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
--ghc-option=-optl-Wl\,-z\,relro\,-z\,now \
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/shellcheck/-/commit/0e06fc5aecd9233d6ab06bc31ad6fab516e5309e
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/shellcheck/-/commit/0e06fc5aecd9233d6ab06bc31ad6fab516e5309e
You're receiving this email because of your account on gitlab.archlinux.org.