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

Alexander Rødseth arodseth at gemini.archlinux.org
Sun Nov 7 20:23:05 UTC 2021


    Date: Sunday, November 7, 2021 @ 20:23:05
  Author: arodseth
Revision: 1038717

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-11-07 20:22:55 UTC (rev 1038716)
+++ PKGBUILD	2021-11-07 20:23:05 UTC (rev 1038717)
@@ -1,28 +0,0 @@
-# Maintainer: Alexander F. Rødseth <xyproto at archlinux.org>
-
-pkgname=shellharden
-pkgver=4.1.2
-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=3c03e01ba5cc5e374712d54c1909cbe52ac6ba39") # v4.1.2
-sha256sums=('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:

Copied: shellharden/repos/community-x86_64/PKGBUILD (from rev 1038716, shellharden/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-11-07 20:23:05 UTC (rev 1038717)
@@ -0,0 +1,25 @@
+# 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



More information about the arch-commits mailing list