Alexander Rødseth pushed to branch main at Arch Linux / Packaging / Packages / shellharden
Commits: 150d83b3 by Alexander F. Rødseth at 2024-03-26T01:08:55+01:00 upgpkg: 4.3.1-1 - - - - - 2 changed files: - + .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -0,0 +1,13 @@ +pkgbase = shellharden + pkgdesc = Bash linter and syntax highlighter + pkgver = 4.3.1 + pkgrel = 1 + url = https://github.com/anordal/shellharden + arch = x86_64 + license = MPL-2.0 + makedepends = git + makedepends = rust + source = git+https://github.com/anordal/shellharden#commit=d63188f981536c844d1ee384cb83af8607cbb8e6 + b2sums = SKIP + +pkgname = shellharden ===================================== PKGBUILD ===================================== @@ -1,14 +1,14 @@ # Maintainer: Alexander F. Rødseth <[email protected]> pkgname=shellharden -pkgver=4.3.0 +pkgver=4.3.1 pkgrel=1 pkgdesc='Bash linter and syntax highlighter' arch=(x86_64) url='https://github.com/anordal/shellharden' -license=(MPL) +license=(MPL-2.0) makedepends=(git rust) -source=("git+$url#commit=bd24c99d5d1e76452b6d0749404837c1c95d923c") # tag: 4.3.0 +source=("git+$url#commit=d63188f981536c844d1ee384cb83af8607cbb8e6") # tag: v4.3.1 b2sums=('SKIP') build() { @@ -21,5 +21,3 @@ package() { install -Dm755 target/release/$pkgname "$pkgdir/usr/bin/$pkgname" install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE" } - -# getver: github.com/anordal/shellharden/blob/master/Cargo.toml View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/shellharden/-/commit/150d83b37660f96a3a06eac1c2e8cdd77048d7e2 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/shellharden/-/commit/150d83b37660f96a3a06eac1c2e8cdd77048d7e2 You're receiving this email because of your account on gitlab.archlinux.org.
