Caleb Maclennan pushed to branch main at Arch Linux / Packaging / Packages /
age-plugin-tkey
Commits:
2729565b by Caleb Maclennan at 2024-01-26T14:43:34+03:00
upgpkg: 0.0.3-2: Update rage package name
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,14 +1,14 @@
pkgbase = age-plugin-tkey
pkgdesc = Tillitis TKey plugin for age
pkgver = 0.0.3
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/quite/age-plugin-tkey
arch = x86_64
license = GPL2
makedepends = go
depends = glibc
optdepends = age: for use with age
- optdepends = rust-rage: for use with rage
+ optdepends = rage-encryption: for use with rage
source =
https://github.com/quite/age-plugin-tkey/archive/v0.0.3/age-plugin-tkey-0.0.3.tar.gz
sha256sums =
fa2529858591f87c235780104c2a8cc9c77772032aec18442e35d089617dbc79
=====================================
PKGBUILD
=====================================
@@ -2,7 +2,7 @@
pkgname=age-plugin-tkey
pkgver=0.0.3
-pkgrel=1
+pkgrel=2
pkgdesc='Tillitis TKey plugin for age'
arch=(x86_64)
url="https://github.com/quite/$pkgname"
@@ -10,7 +10,7 @@ license=(GPL2)
depends=(glibc)
makedepends=(go)
optdepends=('age: for use with age'
- 'rust-rage: for use with rage')
+ 'rage-encryption: for use with rage')
_archive="$pkgname-$pkgver"
source=("$url/archive/v$pkgver/$_archive.tar.gz")
sha256sums=('fa2529858591f87c235780104c2a8cc9c77772032aec18442e35d089617dbc79')
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/age-plugin-tkey/-/commit/2729565bd73b85d8ccfd78248c3f83cb43f34d6a
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/age-plugin-tkey/-/commit/2729565bd73b85d8ccfd78248c3f83cb43f34d6a
You're receiving this email because of your account on gitlab.archlinux.org.