summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMantas Mikulėnas2022-10-27 07:51:56 +0300
committerMantas Mikulėnas2022-10-27 07:51:56 +0300
commitd39ae260cd16c8faaa4c76744117df04d7f2dae5 (patch)
tree5ce3f7d1b5bfa374d188379954cb00f77df5d6d5
parentfc3bbf7824e12ae2f0c52ed82d5ed6ae750c5d80 (diff)
downloadaur-d39ae260cd16c8faaa4c76744117df04d7f2dae5.tar.gz
release 0.4.2.r12
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD14
2 files changed, 9 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b57c2a50c2fd..c0b807c641e2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = softu2f
pkgdesc = Software U2F HID token daemon (rust-u2f)
- pkgver = 0.4.0.r25.g45a073f
+ pkgver = 0.4.2.r12.gb65fb15
pkgrel = 1
url = https://github.com/danstiner/rust-u2f
install = softu2f.install
@@ -11,7 +11,7 @@ pkgbase = softu2f
depends = libdbus
depends = libsystemd
depends = openssl
- source = git+https://github.com/danstiner/rust-u2f#commit=45a073f9283026dcf74f99536d0f2899b6caee99
+ source = git+https://github.com/danstiner/rust-u2f#commit=b65fb151e247b9ba17dfcc38c439182a5e22a525
source = softu2f_system.preset
sha256sums = SKIP
sha256sums = 194758607e4d9dccd6a22382264db643aff5c08cfa9c2fa0a69caa4a2d03432e
diff --git a/PKGBUILD b/PKGBUILD
index a31ae2b8b0b2..1d20c3fc8736 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,12 +1,12 @@
pkgname=softu2f
-pkgver=0.4.0.r25.g45a073f
+pkgver=0.4.2.r12.gb65fb15
pkgrel=1
pkgdesc="Software U2F HID token daemon (rust-u2f)"
url="https://github.com/danstiner/rust-u2f"
arch=(x86_64)
depends=(libdbus libsystemd openssl)
makedepends=(clang llvm rust)
-_commit=45a073f9283026dcf74f99536d0f2899b6caee99
+_commit=b65fb151e247b9ba17dfcc38c439182a5e22a525
source=("git+https://github.com/danstiner/rust-u2f#commit=$_commit"
softu2f_system.preset)
sha256sums=('SKIP'
@@ -25,7 +25,7 @@ build() {
}
package() {
- cd rust-u2f/linux
+ cd rust-u2f
install -Dm 755 target/release/softu2f-user-daemon \
"$pkgdir"/usr/lib/softu2f/user-daemon
@@ -33,16 +33,16 @@ package() {
install -Dm 755 target/release/softu2f-system-daemon \
"$pkgdir"/usr/lib/softu2f/system-daemon
- install -Dm 644 user-daemon/softu2f.service \
+ install -Dm 644 linux/user-daemon/softu2f.service \
"$pkgdir"/usr/lib/systemd/user/softu2f.service
- install -Dm 644 system-daemon/softu2f.service \
+ install -Dm 644 linux/system-daemon/softu2f.service \
"$pkgdir"/usr/lib/systemd/system/softu2f.service
- install -Dm 644 system-daemon/softu2f.socket \
+ install -Dm 644 linux/system-daemon/softu2f.socket \
"$pkgdir"/usr/lib/systemd/system/softu2f.socket
- install -Dm 644 system-daemon/softu2f-tmpfiles.conf \
+ install -Dm 644 linux/system-daemon/softu2f-tmpfiles.conf \
"$pkgdir"/usr/lib/tmpfiles.d/softu2f.conf
install -Dm 644 "$srcdir"/softu2f_system.preset \