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

Christian Rebischke shibumi at archlinux.org
Sun Nov 25 00:44:03 UTC 2018


    Date: Sunday, November 25, 2018 @ 00:44:02
  Author: shibumi
Revision: 409655

upgpkg: shfmt 2.6.1-1

new version + fixed commit instead of tag

Modified:
  shfmt/trunk/PKGBUILD

----------+
 PKGBUILD |    7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-11-24 22:35:12 UTC (rev 409654)
+++ PKGBUILD	2018-11-25 00:44:02 UTC (rev 409655)
@@ -4,14 +4,15 @@
 pkgname=shfmt
 _pkg=sh
 _name="${pkgname}"
-pkgver=2.6.0
-pkgrel=2
+pkgver=2.6.1
+pkgrel=1
 pkgdesc="Format shell programs"
 url="https://github.com/mvdan/${_pkg}"
 license=('BSD')
 arch=('x86_64')
 makedepends=('git' 'go-pie')
-source=("git+${url}#tag=v${pkgver}")
+_sh_commit=1542b554a384065efb284b358a205a247fb67d41
+source=("git+${url}#commit=${_sh_commit}")
 sha512sums=('SKIP')
 
 prepare() {



More information about the arch-commits mailing list