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

Jerome Leclanche jleclanche at archlinux.org
Sat Oct 6 15:56:28 UTC 2018


    Date: Saturday, October 6, 2018 @ 15:56:28
  Author: jleclanche
Revision: 390886

upgpkg: prettier 1.14.3-1

Upstream release 1.14.3

Modified:
  prettier/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-10-06 15:48:33 UTC (rev 390885)
+++ PKGBUILD	2018-10-06 15:56:28 UTC (rev 390886)
@@ -1,7 +1,7 @@
 # Maintainer: Jerome Leclanche <jerome at leclan.ch>
 
 pkgname=prettier
-pkgver=1.14.2
+pkgver=1.14.3
 pkgrel=1
 pkgdesc="An opinionated code formatter for JS, JSON, CSS, YAML and much more"
 arch=("any")
@@ -9,8 +9,8 @@
 license=("MIT")
 depends=("nodejs")
 makedepends=("yarn")
-source=("https://github.com/$pkgname/$pkgname/archive/$pkgver.tar.gz")
-sha256sums=("9c3a504a59a83b29c169c409713e8f9040212d0da85df3649ec84986879fd189")
+source=("$pkgname-$pkgver.tar.gz::https://github.com/$pkgname/$pkgname/archive/$pkgver.tar.gz")
+sha256sums=("1e965281a7ecda588084d0aa20a2a8b248d1dbfbcb342661fb5a6b1ef4c3ecf8")
 
 
 build() {



More information about the arch-commits mailing list