[arch-commits] Commit in shellharden/trunk (PKGBUILD)

Alexander Rødseth arodseth at archlinux.org
Mon Aug 5 12:09:07 UTC 2019


    Date: Monday, August 5, 2019 @ 12:09:07
  Author: arodseth
Revision: 497481

upgpkg: shellharden 4.1.1-1

Modified:
  shellharden/trunk/PKGBUILD

----------+
 PKGBUILD |   16 ++++++++--------
 1 file changed, 8 insertions(+), 8 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-08-05 09:41:24 UTC (rev 497480)
+++ PKGBUILD	2019-08-05 12:09:07 UTC (rev 497481)
@@ -1,26 +1,26 @@
 # Maintainer: Alexander F. Rødseth <xyproto at archlinux.org>
 
 pkgname=shellharden
-pkgver=4.1
+pkgver=4.1.1
 pkgrel=1
 pkgdesc='Bash linter and syntax highlighter'
-arch=('x86_64')
+arch=(x86_64)
 url='https://github.com/anordal/shellharden'
-license=('MPL')
-makedepends=('rust')
+license=(MPL)
+makedepends=(rust)
 source=("$url/archive/v$pkgver.tar.gz")
-sha256sums=('2714b827f72c336b7abf87f5a291ec182443a5479ec3eee516d6e04c81d56414')
+sha256sums=('7d7ac3443f35eb74abfc78fa67db2947d60b7d0782f225f55d6eefafcf294c7c')
 
 build() {
-  cd "$pkgname-$pkgver"
+  cd $pkgname-$pkgver
 
   cargo build --release
 }
 
 package() {
-  cd "$pkgname-$pkgver"
+  cd $pkgname-$pkgver
 
-  install -Dm755 "target/release/$pkgname" "$pkgdir/usr/bin/$pkgname"
+  install -Dm755 target/release/$pkgname "$pkgdir/usr/bin/$pkgname"
   install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
 }
 



More information about the arch-commits mailing list