Morten Linderud pushed to branch main at Arch Linux / Packaging / Packages /
age-plugin-tpm
Commits:
d11ac2a9 by Morten Linderud at 2025-02-16T19:21:22+01:00
upgpkg: 0.3.0-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,15 +1,16 @@
pkgbase = age-plugin-tpm
pkgdesc = TPM plugin for age
- pkgver = 0.2.0
- pkgrel = 3
+ pkgver = 0.3.0
+ pkgrel = 1
url = https://github.com/Foxboron/age-plugin-tpm
arch = x86_64
license = MIT
+ checkdepends = age
makedepends = go
makedepends = git
makedepends = swtpm
depends = glibc
- source =
age-plugin-tpm-0.2.0.tar.gz::https://github.com/Foxboron/age-plugin-tpm/archive/v0.2.0.tar.gz
- sha256sums =
cafbf5986d7ac3b5e314b0f5cafe7fe8424d3af8e9a18f19a71a490bed91be7a
+ source =
age-plugin-tpm-0.3.0.tar.gz::https://github.com/Foxboron/age-plugin-tpm/archive/v0.3.0.tar.gz
+ sha256sums =
42e43faa6fbcb23d5b55f2e93a754a7089ca4dca69acc11e5c1b971834c9b191
pkgname = age-plugin-tpm
=====================================
PKGBUILD
=====================================
@@ -1,16 +1,17 @@
# Maintainer: Morten Linderud <[email protected]>
pkgname=age-plugin-tpm
-pkgver=0.2.0
-pkgrel=3
+pkgver=0.3.0
+pkgrel=1
pkgdesc="TPM plugin for age"
arch=("x86_64")
url="https://github.com/Foxboron/age-plugin-tpm"
license=("MIT")
depends=("glibc")
makedepends=("go" "git" "swtpm")
+checkdepends=("age")
source=("$pkgname-$pkgver.tar.gz::https://github.com/Foxboron/$pkgname/archive/v${pkgver}.tar.gz")
-sha256sums=('cafbf5986d7ac3b5e314b0f5cafe7fe8424d3af8e9a18f19a71a490bed91be7a')
+sha256sums=('42e43faa6fbcb23d5b55f2e93a754a7089ca4dca69acc11e5c1b971834c9b191')
build(){
cd "${pkgname}-${pkgver}"
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/age-plugin-tpm/-/commit/d11ac2a9ee896d61082da9701374725b4c09bcef
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/age-plugin-tpm/-/commit/d11ac2a9ee896d61082da9701374725b4c09bcef
You're receiving this email because of your account on gitlab.archlinux.org.