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

Daniel M. Capella polyzen at archlinux.org
Fri Feb 5 05:48:06 UTC 2021


    Date: Friday, February 5, 2021 @ 05:48:05
  Author: polyzen
Revision: 845674

upgpkg: firefox-stylus 1.5.15-1

Modified:
  firefox-stylus/trunk/PKGBUILD

----------+
 PKGBUILD |   10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-02-05 01:10:00 UTC (rev 845673)
+++ PKGBUILD	2021-02-05 05:48:05 UTC (rev 845674)
@@ -1,7 +1,7 @@
 # Maintainer: Daniel M. Capella <polyzen at archlinux.org>
 
 pkgname=firefox-stylus
-pkgver=1.5.14
+pkgver=1.5.15
 pkgrel=1
 pkgdesc='Easily install themes and skins for many popular sites'
 url=https://add0n.com/stylus.html
@@ -10,18 +10,18 @@
 groups=('firefox-addons')
 makedepends=('git' 'nodejs' 'npm')
 source=("https://github.com/openstyles/stylus/archive/v$pkgver/stylus-v$pkgver.tar.gz")
-b2sums=('8e3591ccea567d4cdc74262b89ddedcfadac103f5b457edb4b0ddcbc8c5f602206732960194ed78aa5dc04157c8c285b2fd7a0969b2b53ae14ac65d09423a080')
+b2sums=('92dbebdcf65b756d107daa49a7567fc671a58d0beaf82153adada9683477ae4f8a870b96d50fca2417fbe42492ce23d7b47cf2777f15b1c1023dc737b871f6b2')
 
 build() {
   cd stylus-$pkgver
-  npm install
-  npm audit fix
+  npm install --frozen-lockfile
   npm run zip
 }
 
 package() {
   cd stylus-$pkgver
-  install -Dm644 stylus.zip "$pkgdir"/usr/lib/firefox/browser/extensions/{7a7a4a92-a2a0-41d1-9fd7-1e92480d612d}.xpi
+  install -Dm644 stylus.zip \
+    "$pkgdir"/usr/lib/firefox/browser/extensions/{7a7a4a92-a2a0-41d1-9fd7-1e92480d612d}.xpi
 }
 
 # vim:set ts=2 sw=2 et:



More information about the arch-commits mailing list