Date: Monday, April 10, 2023 @ 07:55:41
Author: alerque
Revision: 1443845
archrelease: copy trunk to community-x86_64
Added:
age-plugin-yubikey/repos/community-x86_64/PKGBUILD
(from rev 1443844, age-plugin-yubikey/trunk/PKGBUILD)
Deleted:
age-plugin-yubikey/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 76 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 38 insertions(+), 38 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2023-04-10 07:55:32 UTC (rev 1443844)
+++ PKGBUILD 2023-04-10 07:55:41 UTC (rev 1443845)
@@ -1,38 +0,0 @@
-# Maintainer: Caleb Maclennan <[email protected]>
-# Contributor: Daniel Peukert <[email protected]>
-
-pkgname=age-plugin-yubikey
-pkgver=0.3.3
-pkgrel=1
-pkgdesc='Yubikey plugin for age'
-arch=(x86_64 i686 arm armv6h armv7h aarch64)
-url="https://github.com/str4d/$pkgname"
-license=(Apache MIT)
-depends=(pcsclite)
-makedepends=(cargo)
-optdepends=('age: for use with age'
- 'rust-rage: for use with rage')
-_archive="$pkgname-$pkgver"
-source=("$url/archive/v$pkgver/$_archive.tar.gz")
-sha256sums=('79135dfea5f9f36991629b16f60e2bdc0586f506b305059fe829519d02fb6475')
-
-prepare() {
- cd "$_archive"
- cargo fetch --locked --target "$CARCH-unknown-linux-gnu"
-}
-
-build() {
- cd "$_archive"
- cargo build --frozen --release --all-features
-}
-
-check() {
- cd "$_archive"
- cargo test --frozen --all-features
-}
-
-package() {
- cd "$_archive"
- install -Dm0755 -t "$pkgdir/usr/bin/" "target/release/$pkgname"
- install -Dm0644 -t "$pkgdir/usr/share/licenses/$pkgname/" LICENSE-MIT
-}
Copied: age-plugin-yubikey/repos/community-x86_64/PKGBUILD (from rev 1443844,
age-plugin-yubikey/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2023-04-10 07:55:41 UTC (rev 1443845)
@@ -0,0 +1,38 @@
+# Maintainer: Caleb Maclennan <[email protected]>
+# Contributor: Daniel Peukert <[email protected]>
+
+pkgname=age-plugin-yubikey
+pkgver=0.4.0
+pkgrel=1
+pkgdesc='Yubikey plugin for age'
+arch=(x86_64 i686 arm armv6h armv7h aarch64)
+url="https://github.com/str4d/$pkgname"
+license=(Apache MIT)
+depends=(pcsclite)
+makedepends=(cargo)
+optdepends=('age: for use with age'
+ 'rust-rage: for use with rage')
+_archive="$pkgname-$pkgver"
+source=("$url/archive/v$pkgver/$_archive.tar.gz")
+sha256sums=('721c2fd08fe8b7228ea43398475b954a8f0bc259b3a152f6f3b0dc66022df55e')
+
+prepare() {
+ cd "$_archive"
+ cargo fetch --locked --target "$CARCH-unknown-linux-gnu"
+}
+
+build() {
+ cd "$_archive"
+ cargo build --frozen --release --all-features
+}
+
+check() {
+ cd "$_archive"
+ cargo test --frozen --all-features
+}
+
+package() {
+ cd "$_archive"
+ install -Dm0755 -t "$pkgdir/usr/bin/" "target/release/$pkgname"
+ install -Dm0644 -t "$pkgdir/usr/share/licenses/$pkgname/" LICENSE-MIT
+}