Daniel M. Capella pushed to branch main at Arch Linux / Packaging / Packages / firefox-tridactyl
Commits: 566ac318 by Daniel M. Capella at 2023-12-12T15:34:20-05:00 upgpkg: 1.24.0-1 - - - - - 2 changed files: - + .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -0,0 +1,18 @@ +pkgbase = firefox-tridactyl + pkgdesc = Replace Firefox's control mechanism with one modelled on Vim + pkgver = 1.24.0 + pkgrel = 1 + url = https://github.com/tridactyl/tridactyl + arch = any + groups = firefox-addons + license = Apache + makedepends = git + makedepends = node-gyp + makedepends = python + makedepends = strip-nondeterminism + makedepends = yarn + source = git+https://github.com/tridactyl/tridactyl.git#commit=ba0b995d43274ecb56a77fd555ff273a5609a170?signed + validpgpkeys = 15D03C86837936A0A638AA2D2BB8C36BB504BFF3 + b2sums = SKIP + +pkgname = firefox-tridactyl ===================================== PKGBUILD ===================================== @@ -1,12 +1,12 @@ # Maintainer: Daniel M. Capella <[email protected]> pkgname=firefox-tridactyl -pkgver=1.23.0 -_commit=c663b8e23a5f3125ad0a28672f993497756f9f7c +pkgver=1.24.0 +_commit=ba0b995d43274ecb56a77fd555ff273a5609a170 pkgrel=1 pkgdesc="Replace Firefox's control mechanism with one modelled on Vim" -url=https://github.com/tridactyl/tridactyl arch=('any') +url=https://github.com/tridactyl/tridactyl license=('Apache') groups=('firefox-addons') makedepends=('git' 'node-gyp' 'python' 'strip-nondeterminism' 'yarn') View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/firefox-tridactyl/-/commit/566ac318f484b474a2f48f1fa3d5df69ac24182c -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/firefox-tridactyl/-/commit/566ac318f484b474a2f48f1fa3d5df69ac24182c You're receiving this email because of your account on gitlab.archlinux.org.
