summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlex Wilson2022-04-27 16:48:16 +1000
committerAlex Wilson2022-04-27 16:48:16 +1000
commit232570c1f232e7fb99a1ef6bff617fd52d58a23e (patch)
treeff6c8e10915328042ce5e01e3fe27f9f0d634097
parentf4057576e45609f26603b5bfcf028e582b36187d (diff)
downloadaur-232570c1f232e7fb99a1ef6bff617fd52d58a23e.tar.gz
Include libusb-1.0 deps in initcpio
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
-rw-r--r--zfs-pivy.install5
3 files changed, 9 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 448a3f59c4bb..c54d13f67d55 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = pivy
pkgdesc = Tools for using PIV smartcards/Yubikeys with ssh-agent and disk encryption
pkgver = 0.9.0
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/arekinath/pivy
arch = x86
arch = x86_64
@@ -22,7 +22,7 @@ pkgbase = pivy
source = https://github.com/arekinath/pivy/releases/download/v0.9.0/pivy-0.9.0-src.tar.gz
source = https://github.com/arekinath/mini-pcsc/archive/v0.2.0.tar.gz
sha256sums = 7925467b71227ae835cc5bf5ebf0b74ea6d740738af5d13be05e0416a78f8acc
- sha256sums = 44b5a004a06ffe214df2810bb2d58a3ecb2bdcf1c892411a8d574afac935f678
+ sha256sums = 8da0bc793ba9b7fb1cb784af1ed066aea478b93715f484e7fb7921184d675b84
sha256sums = a2e4574142e7112cf2434566a51697ebabe28916d42ab0729c54dfea6f7c420e
sha256sums = a2c23b7b9e3dc976b54627a08da68b76fd6194ba45d211959dedf4700879379e
diff --git a/PKGBUILD b/PKGBUILD
index 748ad6d4b95f..b41c06510bf6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Alex Wilson <alex at cooperi dot net>
pkgname=pivy
pkgver=0.9.0
-pkgrel=2
+pkgrel=3
pkgdesc="Tools for using PIV smartcards/Yubikeys with ssh-agent and disk encryption"
url="https://github.com/arekinath/pivy"
license=('MPL2')
@@ -17,7 +17,7 @@ optdepends=('cryptsetup: LUKS encrypted disk support (pivy-luks)'
'pam: PAM plugin (pam_pivy.so)')
makedepends=(pkgconf cryptsetup zfs-utils json-c pam)
sha256sums=('7925467b71227ae835cc5bf5ebf0b74ea6d740738af5d13be05e0416a78f8acc'
- '44b5a004a06ffe214df2810bb2d58a3ecb2bdcf1c892411a8d574afac935f678'
+ '8da0bc793ba9b7fb1cb784af1ed066aea478b93715f484e7fb7921184d675b84'
'a2e4574142e7112cf2434566a51697ebabe28916d42ab0729c54dfea6f7c420e'
'a2c23b7b9e3dc976b54627a08da68b76fd6194ba45d211959dedf4700879379e')
diff --git a/zfs-pivy.install b/zfs-pivy.install
index 698b59a8ea29..07110a4e0b9d 100644
--- a/zfs-pivy.install
+++ b/zfs-pivy.install
@@ -21,6 +21,11 @@ build() {
map add_binary pcscd
fi
+ map add_file \
+ /usr/lib/libusb-1.0.so.0 \
+ /usr/lib/libudev.so.1 \
+ /usr/lib/libatomic.so.1
+
map add_binary \
fsck.zfs \
mount.zfs \