Date: Monday, February 22, 2021 @ 20:28:57 Author: polyzen Revision: 868889
archrelease: copy trunk to community-any Added: firefox-tridactyl/repos/community-any/PKGBUILD (from rev 868888, firefox-tridactyl/trunk/PKGBUILD) Deleted: firefox-tridactyl/repos/community-any/PKGBUILD ----------+ PKGBUILD | 55 ++++++++++++++++++++++++++++--------------------------- 1 file changed, 28 insertions(+), 27 deletions(-) Deleted: PKGBUILD =================================================================== --- PKGBUILD 2021-02-22 20:28:38 UTC (rev 868888) +++ PKGBUILD 2021-02-22 20:28:57 UTC (rev 868889) @@ -1,27 +0,0 @@ -# Maintainer: Daniel M. Capella <poly...@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 <freedom4c...@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....@cmcaine.co.uk.xpi -} - -# vim:set ts=2 sw=2 et: Copied: firefox-tridactyl/repos/community-any/PKGBUILD (from rev 868888, firefox-tridactyl/trunk/PKGBUILD) =================================================================== --- PKGBUILD (rev 0) +++ PKGBUILD 2021-02-22 20:28:57 UTC (rev 868889) @@ -0,0 +1,28 @@ +# Maintainer: Daniel M. Capella <poly...@archlinux.org> + +pkgname=firefox-tridactyl +pkgver=1.21.0 +_commit=2be40ddbb8a33661c76b6bc104895c9228f1bf6e +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 <freedom4c...@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....@cmcaine.co.uk.xpi +} + +# vim:set ts=2 sw=2 et: