[arch-commits] Commit in shellharden/repos/community-x86_64 (PKGBUILD PKGBUILD)

Alexander Rødseth arodseth at gemini.archlinux.org
Mon Mar 14 17:34:16 UTC 2022


    Date: Monday, March 14, 2022 @ 17:34:16
  Author: arodseth
Revision: 1153074

archrelease: copy trunk to community-x86_64

Added:
  shellharden/repos/community-x86_64/PKGBUILD
    (from rev 1153073, shellharden/trunk/PKGBUILD)
Deleted:
  shellharden/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   50 +++++++++++++++++++++++++-------------------------
 1 file changed, 25 insertions(+), 25 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-03-14 17:34:11 UTC (rev 1153073)
+++ PKGBUILD	2022-03-14 17:34:16 UTC (rev 1153074)
@@ -1,25 +0,0 @@
-# Maintainer: Alexander F. Rødseth <xyproto at archlinux.org>
-
-pkgname=shellharden
-pkgver=4.1.3
-pkgrel=1
-pkgdesc='Bash linter and syntax highlighter'
-arch=(x86_64)
-url='https://github.com/anordal/shellharden'
-license=(MPL)
-makedepends=(git rust)
-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

Copied: shellharden/repos/community-x86_64/PKGBUILD (from rev 1153073, shellharden/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-03-14 17:34:16 UTC (rev 1153074)
@@ -0,0 +1,25 @@
+# Maintainer: Alexander F. Rødseth <xyproto at archlinux.org>
+
+pkgname=shellharden
+pkgver=4.2.0
+pkgrel=1
+pkgdesc='Bash linter and syntax highlighter'
+arch=(x86_64)
+url='https://github.com/anordal/shellharden'
+license=(MPL)
+makedepends=(git rust)
+source=("git+$url#commit=35411af8d466fb8b75f9769c7bf4bcc0cb2a2920") # tag: 4.2.0
+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



More information about the arch-commits mailing list