[arch-commits] Commit in firefox-stylus/repos/community-any (PKGBUILD PKGBUILD)

Antonio Rojas arojas at gemini.archlinux.org
Wed Sep 22 21:11:31 UTC 2021


    Date: Wednesday, September 22, 2021 @ 21:11:30
  Author: arojas
Revision: 1021690

archrelease: copy trunk to community-any

Added:
  firefox-stylus/repos/community-any/PKGBUILD
    (from rev 1021689, firefox-stylus/trunk/PKGBUILD)
Deleted:
  firefox-stylus/repos/community-any/PKGBUILD

----------+
 PKGBUILD |   66 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 33 insertions(+), 33 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-09-22 21:11:21 UTC (rev 1021689)
+++ PKGBUILD	2021-09-22 21:11:30 UTC (rev 1021690)
@@ -1,33 +0,0 @@
-# Maintainer: Daniel M. Capella <polyzen at archlinux.org>
-
-pkgname=firefox-stylus
-pkgver=1.5.19
-pkgrel=1
-pkgdesc='Easily install themes and skins for many popular sites'
-url=https://add0n.com/stylus.html
-arch=('any')
-license=('GPL3')
-groups=('firefox-addons')
-makedepends=('git' 'npm' 'strip-nondeterminism')
-source=("https://github.com/openstyles/stylus/archive/v$pkgver/stylus-$pkgver.tar.gz")
-b2sums=('662aef404f78bf28cb84df427c6ec117e7135bb0aa29dd5d5e71f724b0f07d3f1774b5a4f1b235af57b225d509b5f6531336468e1bad9a35179d3544f2607524')
-
-prepare() {
-  cd stylus-$pkgver
-  git config --global url."https://github.com".insteadOf ssh://git@github.com
-  npm ci
-}
-
-build() {
-  cd stylus-$pkgver
-  npm run zip
-  strip-nondeterminism -t zip stylus.zip
-}
-
-package() {
-  cd stylus-$pkgver
-  install -Dm644 stylus.zip \
-    "$pkgdir"/usr/lib/firefox/browser/extensions/{7a7a4a92-a2a0-41d1-9fd7-1e92480d612d}.xpi
-}
-
-# vim:set ts=2 sw=2 et:

Copied: firefox-stylus/repos/community-any/PKGBUILD (from rev 1021689, firefox-stylus/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-09-22 21:11:30 UTC (rev 1021690)
@@ -0,0 +1,33 @@
+# Maintainer: Daniel M. Capella <polyzen at archlinux.org>
+
+pkgname=firefox-stylus
+pkgver=1.5.22
+pkgrel=1
+pkgdesc='Easily install themes and skins for many popular sites'
+url=https://add0n.com/stylus.html
+arch=('any')
+license=('GPL3')
+groups=('firefox-addons')
+makedepends=('git' 'npm' 'strip-nondeterminism')
+source=("https://github.com/openstyles/stylus/archive/v$pkgver/stylus-$pkgver.tar.gz")
+b2sums=('eb2d2167e0781192d135691e78bc88e8080beb470640627716aa1f2cc3a80638563680d90a83f246c9e562a0112c53855335b84ec3c829dc2c3e16b951f84106')
+
+prepare() {
+  cd stylus-$pkgver
+  git config --global url."https://github.com".insteadOf ssh://git@github.com
+  npm ci
+}
+
+build() {
+  cd stylus-$pkgver
+  npm run zip
+  strip-nondeterminism -t zip stylus.zip
+}
+
+package() {
+  cd stylus-$pkgver
+  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