Date: Saturday, February 11, 2023 @ 14:14:52
  Author: alerque
Revision: 1399817

archrelease: copy trunk to community-x86_64

Added:
  age-plugin-yubikey/repos/community-x86_64/PKGBUILD
    (from rev 1399816, 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-02-11 14:14:42 UTC (rev 1399816)
+++ PKGBUILD    2023-02-11 14:14:52 UTC (rev 1399817)
@@ -1,38 +0,0 @@
-# Maintainer: Caleb Maclennan <[email protected]>
-# Contributor: Daniel Peukert <[email protected]>
-
-pkgname=age-plugin-yubikey
-pkgver=0.3.2
-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=('1c160403ff982e172207eb5975803b00acfaf30dd89b902f0b1eed53d8400f6c')
-
-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 1399816, 
age-plugin-yubikey/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2023-02-11 14:14:52 UTC (rev 1399817)
@@ -0,0 +1,38 @@
+# 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
+}

Reply via email to