Morten Linderud pushed to branch main at Arch Linux / Packaging / Packages / patatt
Commits: 676a2e91 by Morten Linderud at 2024-04-05T20:49:30+02:00 upgpkg: 0.6.3-3: Rebuild with Python 3.12 - - - - - 2 changed files: - + .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -0,0 +1,16 @@ +pkgbase = patatt + pkgdesc = A simple library to add cryptographic attestation to patches sent via email + pkgver = 0.6.3 + pkgrel = 3 + url = https://git.kernel.org/pub/scm/utils/patatt/patatt.git/about/ + arch = any + license = MIT + makedepends = python-setuptools + depends = python-pynacl + source = https://git.kernel.org/pub/scm/utils/patatt/patatt.git/snapshot/patatt-0.6.3.tar.gz + source = https://git.kernel.org/pub/scm/utils/patatt/patatt.git/snapshot/patatt-0.6.3.tar.asc + validpgpkeys = DE0E66E32F1FDD0902666B96E63EDCA9329DD07E + sha256sums = d7cc136273541d659fa8f5a67e217ca5ad5685d7a180020f02e7e12029dcfd12 + sha256sums = SKIP + +pkgname = patatt ===================================== PKGBUILD ===================================== @@ -3,7 +3,7 @@ pkgname=patatt pkgver=0.6.3 -pkgrel=2 +pkgrel=3 pkgdesc="A simple library to add cryptographic attestation to patches sent via email" arch=("any") depends=('python-pynacl') View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/patatt/-/commit/676a2e9168ddb0b71915be7304994a02d938d05f -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/patatt/-/commit/676a2e9168ddb0b71915be7304994a02d938d05f You're receiving this email because of your account on gitlab.archlinux.org.
