[arch-commits] Commit in pytest-pacman/trunk (PKGBUILD)
Jelle van der Waa
jelle at gemini.archlinux.org
Sat Jul 31 22:15:14 UTC 2021
Date: Saturday, July 31, 2021 @ 22:15:14
Author: jelle
Revision: 420969
Add validpgpkeys, fixes FS#71646
Modified:
pytest-pacman/trunk/PKGBUILD
----------+
PKGBUILD | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2021-07-31 18:57:16 UTC (rev 420968)
+++ PKGBUILD 2021-07-31 22:15:14 UTC (rev 420969)
@@ -2,7 +2,7 @@
pkgname=pytest-pacman
pkgver=0.1
-pkgrel=1
+pkgrel=2
pkgdesc="pacman db pytest fixture"
arch=('any')
license=('MIT')
@@ -10,6 +10,7 @@
depends=(python python-pytest python-setuptools)
makedepends=(git)
source=(git+https://gitlab.archlinux.org/archlinux/pytest-pacman.git?signed#tag=v${pkgver})
+validpgpkeys=('E499C79F53C96A54E572FEE1C06086337C50773E')
sha512sums=('SKIP')
build() {
More information about the arch-commits
mailing list