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

Daniel M. Capella polyzen at archlinux.org
Thu Feb 25 02:36:36 UTC 2021


    Date: Thursday, February 25, 2021 @ 02:36:36
  Author: polyzen
Revision: 872566

upgpkg: firefox-stylus 1.5.17-1

Modified:
  firefox-stylus/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-02-25 02:36:03 UTC (rev 872565)
+++ PKGBUILD	2021-02-25 02:36:36 UTC (rev 872566)
@@ -1,7 +1,7 @@
 # Maintainer: Daniel M. Capella <polyzen at archlinux.org>
 
 pkgname=firefox-stylus
-pkgver=1.5.16
+pkgver=1.5.17
 pkgrel=1
 pkgdesc='Easily install themes and skins for many popular sites'
 url=https://add0n.com/stylus.html
@@ -10,15 +10,16 @@
 groups=('firefox-addons')
 makedepends=('git' 'npm')
 source=("https://github.com/openstyles/stylus/archive/v$pkgver/stylus-v$pkgver.tar.gz")
-b2sums=('8dcf4a06fca14e2011e86247f4287b0e58f26a3963bcd302795f597643df0858d1ac08c23d10af4de5037fac9da880a087cc9815dab0b1cae89170a1ed9e955b')
+b2sums=('f3e884cab0fe930c47fccdfd735b59913e0339174aa2224e17e504462c603f1cb77b3a35c16b93faca5b9725803056cd3054dbb584a44c6d3a159a6bd6a0fd01')
 
 prepare() {
+  cd stylus-$pkgver
   git config --global url."https://github.com".insteadOf ssh://git@github.com
+  npm ci
 }
 
 build() {
   cd stylus-$pkgver
-  npm ci
   npm run zip
 }
 



More information about the arch-commits mailing list