[arch-commits] Commit in shellharden/repos/community-x86_64 (PKGBUILD PKGBUILD)
Alexander Rødseth
arodseth at gemini.archlinux.org
Thu Jul 28 17:18:12 UTC 2022
Date: Thursday, July 28, 2022 @ 17:18:12
Author: arodseth
Revision: 1259007
archrelease: copy trunk to community-x86_64
Added:
shellharden/repos/community-x86_64/PKGBUILD
(from rev 1259006, shellharden/trunk/PKGBUILD)
Deleted:
shellharden/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 50 +++++++++++++++++++++++++-------------------------
1 file changed, 25 insertions(+), 25 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2022-07-28 17:18:07 UTC (rev 1259006)
+++ PKGBUILD 2022-07-28 17:18:12 UTC (rev 1259007)
@@ -1,25 +0,0 @@
-# Maintainer: Alexander F. Rødseth <xyproto at archlinux.org>
-
-pkgname=shellharden
-pkgver=4.2.0
-pkgrel=2
-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
Copied: shellharden/repos/community-x86_64/PKGBUILD (from rev 1259006, shellharden/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2022-07-28 17:18:12 UTC (rev 1259007)
@@ -0,0 +1,25 @@
+# Maintainer: Alexander F. Rødseth <xyproto at archlinux.org>
+
+pkgname=shellharden
+pkgver=4.3.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=bd24c99d5d1e76452b6d0749404837c1c95d923c") # tag: 4.3.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