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

Daniel M. Capella polyzen at archlinux.org
Mon Dec 21 21:29:35 UTC 2020


    Date: Monday, December 21, 2020 @ 21:29:34
  Author: polyzen
Revision: 781608

archrelease: copy trunk to community-any

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

----------+
 PKGBUILD |   54 +++++++++++++++++++++++++++---------------------------
 1 file changed, 27 insertions(+), 27 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-12-21 21:29:15 UTC (rev 781607)
+++ PKGBUILD	2020-12-21 21:29:34 UTC (rev 781608)
@@ -1,27 +0,0 @@
-# Maintainer: Daniel M. Capella <polyzen at archlinux.org>
-
-pkgname=firefox-tridactyl
-pkgver=1.20.3
-_commit=ebc222e04260b134cd935cb6ae7613a2368254a0
-pkgrel=2
-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' 'yarn')
-source=("git+$url.git#commit=$_commit?signed")
-b2sums=('SKIP')
-validpgpkeys=('15D03C86837936A0A638AA2D2BB8C36BB504BFF3') # Oliver Blanthorn <freedom4cows at gmail.com>
-
-build() {
-  cd tridactyl
-  yarn install --frozen-lockfile --non-interactive
-  scripts/sign nosignstable
-}
-
-package() {
-  install -Dm644 tridactyl/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 781607, firefox-tridactyl/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-12-21 21:29:34 UTC (rev 781608)
@@ -0,0 +1,27 @@
+# Maintainer: Daniel M. Capella <polyzen at archlinux.org>
+
+pkgname=firefox-tridactyl
+pkgver=1.20.4
+_commit=9017049d235937140b7bdbb9825b0de751c3be93
+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' 'yarn')
+source=("git+$url.git#commit=$_commit?signed")
+b2sums=('SKIP')
+validpgpkeys=('15D03C86837936A0A638AA2D2BB8C36BB504BFF3') # Oliver Blanthorn <freedom4cows at gmail.com>
+
+build() {
+  cd tridactyl
+  yarn install --frozen-lockfile --non-interactive
+  scripts/sign nosignstable
+}
+
+package() {
+  install -Dm644 tridactyl/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