[arch-commits] Commit in firefox-tridactyl/repos/community-any (PKGBUILD PKGBUILD)
Daniel M. Capella
polyzen at gemini.archlinux.org
Tue Nov 30 08:29:56 UTC 2021
Date: Tuesday, November 30, 2021 @ 08:29:56
Author: polyzen
Revision: 1057678
archrelease: copy trunk to community-any
Added:
firefox-tridactyl/repos/community-any/PKGBUILD
(from rev 1057677, firefox-tridactyl/trunk/PKGBUILD)
Deleted:
firefox-tridactyl/repos/community-any/PKGBUILD
----------+
PKGBUILD | 64 ++++++++++++++++++++++++++++++++-----------------------------
1 file changed, 34 insertions(+), 30 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2021-11-30 08:29:34 UTC (rev 1057677)
+++ PKGBUILD 2021-11-30 08:29:56 UTC (rev 1057678)
@@ -1,30 +0,0 @@
-# Maintainer: Daniel M. Capella <polyzen at archlinux.org>
-
-pkgname=firefox-tridactyl
-pkgver=1.21.1
-_commit=a1c5201142bffe4a0f027694dfce22eee9708d9b
-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' 'strip-nondeterminism' '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
- 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 1057677, firefox-tridactyl/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2021-11-30 08:29:56 UTC (rev 1057678)
@@ -0,0 +1,34 @@
+# 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:
More information about the arch-commits
mailing list