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

Daniel M. Capella polyzen at archlinux.org
Wed Feb 24 04:15:56 UTC 2021


    Date: Wednesday, February 24, 2021 @ 04:15:55
  Author: polyzen
Revision: 871007

archrelease: copy trunk to community-any

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

----------+
 PKGBUILD |   62 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 31 insertions(+), 31 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-02-24 04:15:35 UTC (rev 871006)
+++ PKGBUILD	2021-02-24 04:15:55 UTC (rev 871007)
@@ -1,31 +0,0 @@
-# Maintainer: Daniel M. Capella <polyzen at archlinux.org>
-
-pkgname=firefox-stylus
-pkgver=1.5.15
-pkgrel=2
-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')
-source=("https://github.com/openstyles/stylus/archive/v$pkgver/stylus-v$pkgver.tar.gz")
-b2sums=('92dbebdcf65b756d107daa49a7567fc671a58d0beaf82153adada9683477ae4f8a870b96d50fca2417fbe42492ce23d7b47cf2777f15b1c1023dc737b871f6b2')
-
-prepare() {
-  git config --global url."https://github.com".insteadOf ssh://git@github.com
-}
-
-build() {
-  cd stylus-$pkgver
-  npm ci
-  npm run 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 871006, firefox-stylus/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-02-24 04:15:55 UTC (rev 871007)
@@ -0,0 +1,31 @@
+# Maintainer: Daniel M. Capella <polyzen at archlinux.org>
+
+pkgname=firefox-stylus
+pkgver=1.5.16
+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')
+source=("https://github.com/openstyles/stylus/archive/v$pkgver/stylus-v$pkgver.tar.gz")
+b2sums=('8dcf4a06fca14e2011e86247f4287b0e58f26a3963bcd302795f597643df0858d1ac08c23d10af4de5037fac9da880a087cc9815dab0b1cae89170a1ed9e955b')
+
+prepare() {
+  git config --global url."https://github.com".insteadOf ssh://git@github.com
+}
+
+build() {
+  cd stylus-$pkgver
+  npm ci
+  npm run 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