summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Collins2023-03-26 18:03:14 +0200
committerMark Collins2023-03-26 18:03:14 +0200
commit0772bd003ad45f98f5aceb8e334c327b79224eb4 (patch)
tree761be72ced7cae5f83c9f03ef081b0c90006a53e
parentb2306d3ffc907cf05ba0ed1e492d13c5af06c9f6 (diff)
downloadaur-0772bd003ad45f98f5aceb8e334c327b79224eb4.tar.gz
Version bump to 0.4.1, reboot-guard is now optional
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD10
2 files changed, 11 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2b78f19d71e7..713589d1812d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = passless-boot
pkgdesc = Perform a one-time password-less reboot on a luks encrypted root
- pkgver = 0.3.1
- pkgrel = 2
+ pkgver = 0.4.1
+ pkgrel = 1
url = https://gitlab.com/Marcool04/reboot-hdpassless/
arch = any
license = GPL
depends = cryptsetup
- depends = reboot-guard
- source = https://gitlab.com/Marcool04/passless-boot/-/archive/0.3.1/passless-boot-0.3.1.tar.gz
- sha256sums = 9630f74064d08bd80ee92d61c3f07cadbd667014b5d4069cfc11ae66f532a221
+ optdepends = reboot-guard
+ source = https://gitlab.com/Marcool04/passless-boot/-/archive/0.4.1/passless-boot-0.4.1.tar.gz
+ sha256sums = 7ad0ef5bc89cc588417ebfa795f125c3e668c6de59e2fe5989ba341988cd9b78
pkgname = passless-boot
diff --git a/PKGBUILD b/PKGBUILD
index d4c017dbb40f..a30c0e2003ae 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,16 @@
# Maintainer: Mark Collins <tera_1225 hat hotmail dote com>
pkgname=passless-boot
-pkgver=0.3.1
-pkgrel=2
+pkgver=0.4.1
+pkgrel=1
pkgdesc="Perform a one-time password-less reboot on a luks encrypted root"
arch=('any')
url="https://gitlab.com/Marcool04/reboot-hdpassless/"
license=('GPL')
-depends=(cryptsetup reboot-guard)
+depends=("cryptsetup")
+optdepends=("reboot-guard") # this is in the AUR
+
source=("https://gitlab.com/Marcool04/$pkgname/-/archive/$pkgver/$pkgname-$pkgver.tar.gz")
-sha256sums=('9630f74064d08bd80ee92d61c3f07cadbd667014b5d4069cfc11ae66f532a221')
+sha256sums=('7ad0ef5bc89cc588417ebfa795f125c3e668c6de59e2fe5989ba341988cd9b78')
package() {