Caleb Maclennan pushed to branch main at Arch Linux / Packaging / Packages /
age-plugin-yubikey
Commits:
6612864f by Caleb Maclennan at 2024-01-26T14:44:34+03:00
upgpkg: 0.4.0-3: Update rage package name
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = age-plugin-yubikey
pkgdesc = Yubikey plugin for age
pkgver = 0.4.0
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/str4d/age-plugin-yubikey
arch = x86_64
arch = i686
@@ -16,7 +16,7 @@ pkgbase = age-plugin-yubikey
depends = glibc
depends = pcsclite
optdepends = age: for use with age
- optdepends = rust-rage: for use with rage
+ optdepends = rage-encryption: for use with rage
source =
https://github.com/str4d/age-plugin-yubikey/archive/v0.4.0/age-plugin-yubikey-0.4.0.tar.gz
sha256sums =
721c2fd08fe8b7228ea43398475b954a8f0bc259b3a152f6f3b0dc66022df55e
=====================================
PKGBUILD
=====================================
@@ -3,7 +3,7 @@
pkgname=age-plugin-yubikey
pkgver=0.4.0
-pkgrel=2
+pkgrel=3
pkgdesc='Yubikey plugin for age'
arch=(x86_64 i686 arm armv6h armv7h aarch64)
url="https://github.com/str4d/$pkgname"
@@ -13,7 +13,7 @@ depends=(gcc-libs
pcsclite)
makedepends=(cargo)
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=('721c2fd08fe8b7228ea43398475b954a8f0bc259b3a152f6f3b0dc66022df55e')
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/age-plugin-yubikey/-/commit/6612864f64793936443cdbb4485499c8cb92dc8a
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/age-plugin-yubikey/-/commit/6612864f64793936443cdbb4485499c8cb92dc8a
You're receiving this email because of your account on gitlab.archlinux.org.