summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
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"