Date: Monday, November 30, 2020 @ 05:54:15 Author: polyzen Revision: 766530
upgpkg: firefox-tridactyl 1.20.3-2: Actually check PGP sig Lightweight tags are used, so switch to the commit fragment. Modified: firefox-tridactyl/trunk/PKGBUILD ----------+ PKGBUILD | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-11-30 05:48:38 UTC (rev 766529) +++ PKGBUILD 2020-11-30 05:54:15 UTC (rev 766530) @@ -2,7 +2,8 @@ pkgname=firefox-tridactyl pkgver=1.20.3 -pkgrel=1 +_commit=ebc222e04260b134cd935cb6ae7613a2368254a0 +pkgrel=2 pkgdesc="Replace Firefox's control mechanism with one modelled on Vim" url=https://github.com/tridactyl/tridactyl arch=('any') @@ -9,7 +10,7 @@ license=('Apache') groups=('firefox-addons') makedepends=('git' 'node-gyp' 'python' 'yarn') -source=("git+$url.git#tag=$pkgver") +source=("git+$url.git#commit=$_commit?signed") b2sums=('SKIP') validpgpkeys=('15D03C86837936A0A638AA2D2BB8C36BB504BFF3') # Oliver Blanthorn <[email protected]>
