[arch-commits] Commit in firefox-tridactyl/trunk (PKGBUILD)
Daniel M. Capella
polyzen at archlinux.org
Mon Oct 7 07:46:58 UTC 2019
Date: Monday, October 7, 2019 @ 07:46:58
Author: polyzen
Revision: 513684
upgpkg: firefox-tridactyl 1.17.0-1
Modified:
firefox-tridactyl/trunk/PKGBUILD
----------+
PKGBUILD | 18 ++++++++++++------
1 file changed, 12 insertions(+), 6 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2019-10-07 06:56:26 UTC (rev 513683)
+++ PKGBUILD 2019-10-07 07:46:58 UTC (rev 513684)
@@ -1,19 +1,25 @@
# Maintainer: Daniel M. Capella <polyzen at archlinux.org>
pkgname=firefox-tridactyl
-pkgver=1.16.3
+pkgver=1.17.0
pkgrel=1
pkgdesc="Replace Firefox's control mechanism with one modelled on Vim"
-url=https://github.com/cmcaine/tridactyl
+url=https://github.com/tridactyl/tridactyl
arch=('any')
license=('Apache')
groups=('firefox-addons')
-source=("https://addons.cdn.mozilla.net/user-media/addons/873070/tridactyl-$pkgver-an+fx.xpi")
-noextract=("${source##*/}")
-sha256sums=('628e8c838b3129c63d5df64e34c9cdebe0214d6814ad7f1d639bc2bd55c86413')
+makedepends=('git' 'node-gyp' 'python' 'yarn')
+source=("git+$url.git")
+sha512sums=('SKIP')
+build() {
+ cd tridactyl
+ yarn install --frozen-lockfile --non-interactive
+ scripts/sign nosignstable
+}
+
package() {
- install -Dm644 "${source##*/}" "$pkgdir"/usr/lib/firefox/browser/extensions/tridactyl.vim at cmcaine.co.uk.xpi
+ 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