[arch-commits] Commit in shellharden/trunk (PKGBUILD)
Alexander Rødseth
arodseth at gemini.archlinux.org
Sun Nov 7 20:22:55 UTC 2021
Date: Sunday, November 7, 2021 @ 20:22:55
Author: arodseth
Revision: 1038716
upgpkg: shellharden 4.1.3-1
Modified:
shellharden/trunk/PKGBUILD
----------+
PKGBUILD | 9 +++------
1 file changed, 3 insertions(+), 6 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2021-11-07 20:21:44 UTC (rev 1038715)
+++ PKGBUILD 2021-11-07 20:22:55 UTC (rev 1038716)
@@ -1,7 +1,7 @@
# Maintainer: Alexander F. Rødseth <xyproto at archlinux.org>
pkgname=shellharden
-pkgver=4.1.2
+pkgver=4.1.3
pkgrel=1
pkgdesc='Bash linter and syntax highlighter'
arch=(x86_64)
@@ -8,21 +8,18 @@
url='https://github.com/anordal/shellharden'
license=(MPL)
makedepends=(git rust)
-source=("git+$url#commit=3c03e01ba5cc5e374712d54c1909cbe52ac6ba39") # v4.1.2
-sha256sums=('SKIP')
+source=("git+$url#commit=ac4fb0da68d10d58eddf9a0a3dd77c762ee53132") # tag: v4.1.3
+b2sums=('SKIP')
build() {
cd $pkgname
-
cargo build --release
}
package() {
cd $pkgname
-
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
-# vim: ts=2 sw=2 et:
More information about the arch-commits
mailing list