summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorTheOneWithTheBraid2021-06-16 18:46:11 +0200
committerTheOneWithTheBraid2021-06-16 18:46:11 +0200
commit8b7c9ff752104d3f514b93741b1cc6c184739128 (patch)
tree8d97cdebac9e57269f5a584df5fbed0cb95ed149 /PKGBUILD
parent39eb605a5c229d5237eb3044ed309cd122730756 (diff)
downloadaur-yubihibernate.tar.gz
Updated to 0.1.4
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD7
1 files changed, 3 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 556ab15d05b3..2d5b86a34311 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,16 +1,15 @@
# Maintainer: WithTheBraid <the-one@with-the-braid.cr>
pkgname=yubihibernate
-pkgver=0.1.3
+pkgver=0.1.4
pkgrel=1
pkgdesc="Hibernate (or whatever) your computer as soon as your Yubikey is unplugged."
url="https://gitlab.com/TheOneWithTheBraid/yubihibernate/"
arch=(any)
license=('EUPL-1.2')
-depends=('yubikey-personalization')
+depends=('usbutils')
backup=('etc/yubihibernate/device.conf')
source=("https://gitlab.com/TheOneWithTheBraid/$pkgname/-/archive/$pkgver/$pkgname-$pkgver.tar.gz")
-sha256sums=("65b86a6ab1c74076b47a43ac6f9bb0906d5b602a28c07573e975f903658efd62")
-
+sha256sums=("d48d9883d5beec8124a3deb6a899a5843b3f2c057f2a859aadaae21f63b19153")
package() {
cd "$pkgname-$pkgver"