David Runge pushed to branch main at Arch Linux / Packaging / Packages / sequoia-chameleon-gnupg
Commits: 8e79649f by David Runge at 2024-02-21T12:17:27+01:00 Add a prepare() function as we are building from git sources Signed-off-by: David Runge <[email protected]> - - - - - 7fec5832 by David Runge at 2024-02-21T12:23:03+01:00 upgpkg: 0.5.1-1 - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -1,6 +1,6 @@ pkgbase = sequoia-chameleon-gnupg pkgdesc = A re-implementation and drop-in replacement of gpg and gpgv - pkgver = 0.5.0 + pkgver = 0.5.1 pkgrel = 1 url = https://gitlab.com/sequoia-pgp/sequoia-chameleon-gnupg arch = x86_64 @@ -15,7 +15,7 @@ pkgbase = sequoia-chameleon-gnupg makedepends = sqlite depends = gcc-libs depends = glibc - source = git+https://gitlab.com/sequoia-pgp/sequoia-chameleon-gnupg#commit=fd3bbb14aca26de942a8cdd19dd75631d681244c?signed + source = git+https://gitlab.com/sequoia-pgp/sequoia-chameleon-gnupg#commit=962cac674d63a694beb05530faad9a108511d684?signed validpgpkeys = D2F2C5D45BE9FDE6A4EE0AAF31855247603831FD sha512sums = SKIP b2sums = SKIP ===================================== PKGBUILD ===================================== @@ -1,8 +1,8 @@ # Maintainer: David Runge <[email protected]> pkgname=sequoia-chameleon-gnupg -pkgver=0.5.0 -_commit=fd3bbb14aca26de942a8cdd19dd75631d681244c # refs/tags/0.5.0^{} +pkgver=0.5.1 +_commit=962cac674d63a694beb05530faad9a108511d684 # refs/tags/0.5.1^{} pkgrel=1 pkgdesc="A re-implementation and drop-in replacement of gpg and gpgv" arch=(x86_64) @@ -31,6 +31,10 @@ validpgpkeys=( D2F2C5D45BE9FDE6A4EE0AAF31855247603831FD # Justus Winter (Code Signing Key) <[email protected]> ) +pkgver() { + cd $pkgname + git describe --tags | sed 's/\([^-]*-g\)/r\1/;s/-/./g;s/v//g' +} prepare() { cd $pkgname View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/sequoia-chameleon-gnupg/-/compare/f3cbe66a43ed71910594f2034837f8331c9b4fd4...7fec58329212b84f8d6c0627b30010dc506d5ef2 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/sequoia-chameleon-gnupg/-/compare/f3cbe66a43ed71910594f2034837f8331c9b4fd4...7fec58329212b84f8d6c0627b30010dc506d5ef2 You're receiving this email because of your account on gitlab.archlinux.org.
