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

Daniel M. Capella polyzen at gemini.archlinux.org
Thu Mar 24 18:46:32 UTC 2022


    Date: Thursday, March 24, 2022 @ 18:46:32
  Author: polyzen
Revision: 1174925

archrelease: copy trunk to community-any

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

----------+
 PKGBUILD |   68 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 34 insertions(+), 34 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-03-24 18:46:09 UTC (rev 1174924)
+++ PKGBUILD	2022-03-24 18:46:32 UTC (rev 1174925)
@@ -1,34 +0,0 @@
-# Maintainer: Daniel M. Capella <polyzen at archlinux.org>
-
-pkgname=firefox-tridactyl
-pkgver=1.22.0
-_commit=4597e065fc9cced7ca41b46ab67e9921ad243fb7
-pkgrel=1
-pkgdesc="Replace Firefox's control mechanism with one modelled on Vim"
-url=https://github.com/tridactyl/tridactyl
-arch=('any')
-license=('Apache')
-groups=('firefox-addons')
-makedepends=('git' 'node-gyp' 'python' 'strip-nondeterminism' 'yarn')
-source=("git+$url.git#commit=$_commit?signed")
-b2sums=('SKIP')
-validpgpkeys=('15D03C86837936A0A638AA2D2BB8C36BB504BFF3') # Oliver Blanthorn <freedom4cows at gmail.com>
-
-prepare() {
-  cd tridactyl
-  yarn install --frozen-lockfile --non-interactive
-}
-
-build() {
-  cd tridactyl
-  scripts/sign nosignstable
-  strip-nondeterminism -t zip web-ext-artifacts/tridactyl-$pkgver.xpi
-}
-
-package() {
-  cd tridactyl
-  install -Dm644 web-ext-artifacts/tridactyl-$pkgver.xpi \
-    "$pkgdir"/usr/lib/firefox/browser/extensions/tridactyl.vim at cmcaine.co.uk.xpi
-}
-
-# vim:set ts=2 sw=2 et:

Copied: firefox-tridactyl/repos/community-any/PKGBUILD (from rev 1174924, firefox-tridactyl/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-03-24 18:46:32 UTC (rev 1174925)
@@ -0,0 +1,34 @@
+# Maintainer: Daniel M. Capella <polyzen at archlinux.org>
+
+pkgname=firefox-tridactyl
+pkgver=1.22.1
+_commit=21b7546baf1fc662251f25583374252f522c3494
+pkgrel=1
+pkgdesc="Replace Firefox's control mechanism with one modelled on Vim"
+url=https://github.com/tridactyl/tridactyl
+arch=('any')
+license=('Apache')
+groups=('firefox-addons')
+makedepends=('git' 'node-gyp' 'python' 'strip-nondeterminism' 'yarn')
+source=("git+$url.git#commit=$_commit?signed")
+b2sums=('SKIP')
+validpgpkeys=('15D03C86837936A0A638AA2D2BB8C36BB504BFF3') # Oliver Blanthorn <freedom4cows at gmail.com>
+
+prepare() {
+  cd tridactyl
+  yarn install --frozen-lockfile --non-interactive
+}
+
+build() {
+  cd tridactyl
+  scripts/sign nosignstable
+  strip-nondeterminism -t zip web-ext-artifacts/tridactyl-$pkgver.xpi
+}
+
+package() {
+  cd tridactyl
+  install -Dm644 web-ext-artifacts/tridactyl-$pkgver.xpi \
+    "$pkgdir"/usr/lib/firefox/browser/extensions/tridactyl.vim at cmcaine.co.uk.xpi
+}
+
+# vim:set ts=2 sw=2 et:



More information about the arch-commits mailing list