Date: Sunday, April 26, 2020 @ 20:15:16 Author: polyzen Revision: 621667
upgpkg: firefox-tridactyl 1.18.1-1 Modified: firefox-tridactyl/trunk/PKGBUILD ----------+ PKGBUILD | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-04-26 19:49:22 UTC (rev 621666) +++ PKGBUILD 2020-04-26 20:15:16 UTC (rev 621667) @@ -1,7 +1,7 @@ # Maintainer: Daniel M. Capella <[email protected]> pkgname=firefox-tridactyl -pkgver=1.18.0 +pkgver=1.18.1 pkgrel=1 pkgdesc="Replace Firefox's control mechanism with one modelled on Vim" url=https://github.com/tridactyl/tridactyl @@ -11,6 +11,7 @@ makedepends=('git' 'node-gyp' 'python' 'yarn') source=("git+$url.git#tag=$pkgver") sha512sums=('SKIP') +validpgpkeys=('15D03C86837936A0A638AA2D2BB8C36BB504BFF3') # Oliver Blanthorn <[email protected]> build() { cd tridactyl
