summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTheOneWithTheBraid2021-06-16 16:44:33 +0200
committerTheOneWithTheBraid2021-06-16 16:44:33 +0200
commit39eb605a5c229d5237eb3044ed309cd122730756 (patch)
tree096e1e3b0706311b4ba200057a07b4ab827c5082
parent59396af4103c0581aa64d578517cee9c2ec14553 (diff)
downloadaur-39eb605a5c229d5237eb3044ed309cd122730756.tar.gz
Updated to 0.1.3
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD11
2 files changed, 7 insertions, 12 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5c04c5e97590..e624afd72a83 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = yubihibernate
pkgdesc = Hibernate (or whatever) your computer as soon as your Yubikey is unplugged.
- pkgver = 0.1.2
+ pkgver = 0.1.3
pkgrel = 1
url = https://gitlab.com/TheOneWithTheBraid/yubihibernate/
arch = any
license = EUPL-1.2
- depends = usbutils
+ depends = yubikey-personalization
backup = etc/yubihibernate/device.conf
- source = https://gitlab.com/TheOneWithTheBraid/yubihibernate/-/archive/0.1.2/yubihibernate-0.1.2.tar.gz
- sha256sums = d961c921691a6a909ccbed9772451deb7685580c7e6b3f9a5563c56748e979b1
+ source = https://gitlab.com/TheOneWithTheBraid/yubihibernate/-/archive/0.1.3/yubihibernate-0.1.3.tar.gz
+ sha256sums = 65b86a6ab1c74076b47a43ac6f9bb0906d5b602a28c07573e975f903658efd62
pkgname = yubihibernate
diff --git a/PKGBUILD b/PKGBUILD
index c0e5688f0748..556ab15d05b3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,20 +1,15 @@
-# This is an example PKGBUILD file. Use this as a start to creating your own,
-# and remove these comments. For more information, see 'man PKGBUILD'.
-# NOTE: Please fill out the license field for your package! If it is unknown,
-# then please put 'unknown'.
-
# Maintainer: WithTheBraid <the-one@with-the-braid.cr>
pkgname=yubihibernate
-pkgver=0.1.2
+pkgver=0.1.3
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=('usbutils')
+depends=('yubikey-personalization')
backup=('etc/yubihibernate/device.conf')
source=("https://gitlab.com/TheOneWithTheBraid/$pkgname/-/archive/$pkgver/$pkgname-$pkgver.tar.gz")
-sha256sums=("d961c921691a6a909ccbed9772451deb7685580c7e6b3f9a5563c56748e979b1")
+sha256sums=("65b86a6ab1c74076b47a43ac6f9bb0906d5b602a28c07573e975f903658efd62")
package() {