[arch-commits] Commit in firefox-tridactyl/repos/community-any (PKGBUILD PKGBUILD)
Daniel M. Capella
polyzen at archlinux.org
Sun Apr 26 20:15:39 UTC 2020
Date: Sunday, April 26, 2020 @ 20:15:39
Author: polyzen
Revision: 621668
archrelease: copy trunk to community-any
Added:
firefox-tridactyl/repos/community-any/PKGBUILD
(from rev 621667, firefox-tridactyl/trunk/PKGBUILD)
Deleted:
firefox-tridactyl/repos/community-any/PKGBUILD
----------+
PKGBUILD | 51 ++++++++++++++++++++++++++-------------------------
1 file changed, 26 insertions(+), 25 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2020-04-26 20:15:16 UTC (rev 621667)
+++ PKGBUILD 2020-04-26 20:15:39 UTC (rev 621668)
@@ -1,25 +0,0 @@
-# Maintainer: Daniel M. Capella <polyzen at archlinux.org>
-
-pkgname=firefox-tridactyl
-pkgver=1.18.0
-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#tag=$pkgver")
-sha512sums=('SKIP')
-
-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 621667, firefox-tridactyl/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2020-04-26 20:15:39 UTC (rev 621668)
@@ -0,0 +1,26 @@
+# Maintainer: Daniel M. Capella <polyzen at archlinux.org>
+
+pkgname=firefox-tridactyl
+pkgver=1.18.1
+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#tag=$pkgver")
+sha512sums=('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