Christian Heusel pushed to branch main at Arch Linux / Packaging / Packages /
patatt
Commits:
7f8bb5e6 by Christian Heusel at 2026-01-05T16:21:07+01:00
upgpkg: 0.7.0-1: New upstream release
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = patatt
pkgdesc = A simple library to add cryptographic attestation to patches
sent via email
- pkgver = 0.6.3
- pkgrel = 7
+ pkgver = 0.7.0
+ pkgrel = 1
url = https://git.kernel.org/pub/scm/utils/patatt/patatt.git/about/
arch = any
license = MIT
@@ -10,10 +10,10 @@ pkgbase = patatt
makedepends = python-setuptools
makedepends = python-wheel
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
+ source =
https://git.kernel.org/pub/scm/utils/patatt/patatt.git/snapshot/patatt-0.7.0.tar.gz
+ source =
https://git.kernel.org/pub/scm/utils/patatt/patatt.git/snapshot/patatt-0.7.0.tar.asc
validpgpkeys = DE0E66E32F1FDD0902666B96E63EDCA9329DD07E
- sha256sums =
d7cc136273541d659fa8f5a67e217ca5ad5685d7a180020f02e7e12029dcfd12
+ sha256sums =
8c796be2faac7bd693fb69d2e23ba38f961d0a899dcb36d6ddaa824022d63fff
sha256sums = SKIP
pkgname = patatt
=====================================
PKGBUILD
=====================================
@@ -3,8 +3,8 @@
# Contributor: Thomas Weißschuh <thomas t-8ch de>
pkgname=patatt
-pkgver=0.6.3
-pkgrel=7
+pkgver=0.7.0
+pkgrel=1
pkgdesc="A simple library to add cryptographic attestation to patches sent via
email"
arch=("any")
depends=('python-pynacl')
@@ -18,7 +18,7 @@
url="https://git.kernel.org/pub/scm/utils/patatt/patatt.git/about/"
license=("MIT")
source=("https://git.kernel.org/pub/scm/utils/$pkgname/$pkgname.git/snapshot/$pkgname-$pkgver.tar."{gz,asc})
validpgpkeys=('DE0E66E32F1FDD0902666B96E63EDCA9329DD07E')
-sha256sums=('d7cc136273541d659fa8f5a67e217ca5ad5685d7a180020f02e7e12029dcfd12'
+sha256sums=('8c796be2faac7bd693fb69d2e23ba38f961d0a899dcb36d6ddaa824022d63fff'
'SKIP')
build() {
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/patatt/-/commit/7f8bb5e6e4e2281b79cee4f4d64ed1bfdb800f58
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/patatt/-/commit/7f8bb5e6e4e2281b79cee4f4d64ed1bfdb800f58
You're receiving this email because of your account on gitlab.archlinux.org.