diff options
author | Andreas Baumann <mail@andreasbaumann.cc> | 2021-11-06 14:42:37 +0100 |
---|---|---|
committer | Andreas Baumann <mail@andreasbaumann.cc> | 2021-11-06 14:42:37 +0100 |
commit | aa8c4925c6e0cfc6745c68b09a6bfc96a23dc00c (patch) | |
tree | fe07200e8eb36bd7e7ccf0583a04137eeae02185 | |
parent | 1cce13d51e793cd33d4bc3ab448dd982042c72d7 (diff) | |
download | packages-aa8c4925c6e0cfc6745c68b09a6bfc96a23dc00c.tar.xz |
extra/python-pytest-pacman: temporary workaround for failing signature (rebuild for pyalpm)
-rw-r--r-- | extra/python-pytest-pacman/PKGBUILD | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/extra/python-pytest-pacman/PKGBUILD b/extra/python-pytest-pacman/PKGBUILD new file mode 100644 index 00000000..757f6f71 --- /dev/null +++ b/extra/python-pytest-pacman/PKGBUILD @@ -0,0 +1,2 @@ +# temporary workaround for failing signed tag verification +source=(git+https://gitlab.archlinux.org/archlinux/pytest-pacman.git?tag=v${pkgver}) |