Morten Linderud pushed to branch main at Arch Linux / Packaging / Packages /
age-plugin-tpm
Commits:
1574dedb by Morten Linderud at 2025-12-28T13:45:13+01:00
upgpkg: 1.0.0-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = age-plugin-tpm
pkgdesc = TPM plugin for age
- pkgver = 0.3.0
+ pkgver = 1.0.0
pkgrel = 1
url = https://github.com/Foxboron/age-plugin-tpm
arch = x86_64
@@ -8,9 +8,8 @@ pkgbase = age-plugin-tpm
checkdepends = age
makedepends = go
makedepends = git
- makedepends = swtpm
depends = glibc
- source =
age-plugin-tpm-0.3.0.tar.gz::https://github.com/Foxboron/age-plugin-tpm/archive/v0.3.0.tar.gz
- sha256sums =
42e43faa6fbcb23d5b55f2e93a754a7089ca4dca69acc11e5c1b971834c9b191
+ source =
age-plugin-tpm-1.0.0.tar.gz::https://github.com/Foxboron/age-plugin-tpm/archive/v1.0.0.tar.gz
+ sha256sums =
f26cc619c1b3eeeac17f764b23d11904c9ae8e8dcf85965dc0bf8cee8687154d
pkgname = age-plugin-tpm
=====================================
PKGBUILD
=====================================
@@ -1,17 +1,17 @@
# Maintainer: Morten Linderud <[email protected]>
pkgname=age-plugin-tpm
-pkgver=0.3.0
+pkgver=1.0.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")
+makedepends=("go" "git")
checkdepends=("age")
source=("$pkgname-$pkgver.tar.gz::https://github.com/Foxboron/$pkgname/archive/v${pkgver}.tar.gz")
-sha256sums=('42e43faa6fbcb23d5b55f2e93a754a7089ca4dca69acc11e5c1b971834c9b191')
+sha256sums=('f26cc619c1b3eeeac17f764b23d11904c9ae8e8dcf85965dc0bf8cee8687154d')
build(){
cd "${pkgname}-${pkgver}"
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/age-plugin-tpm/-/commit/1574dedb06e6ced3997c6d2cd918cf051c283aba
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/age-plugin-tpm/-/commit/1574dedb06e6ced3997c6d2cd918cf051c283aba
You're receiving this email because of your account on gitlab.archlinux.org.