summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD8
2 files changed, 7 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b1856dd46bd2..207b190f1d14 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = clevis-git
pkgdesc = Automated Encryption Framework
- pkgver = 11.r48.d1edeba
- pkgrel = 2
+ pkgver = 12.r0.dabff02
+ pkgrel = 1
url = https://github.com/latchset/clevis
arch = x86_64
license = GPL3
diff --git a/PKGBUILD b/PKGBUILD
index 592753b60d1f..5d8ac1eb4c91 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Jonas Witschel <diabonas@archlinux.org>
pkgname=clevis-git
-pkgver=11.r48.d1edeba
-pkgrel=2
+pkgver=12.r0.dabff02
+pkgrel=1
pkgdesc='Automated Encryption Framework'
arch=('x86_64')
url='https://github.com/latchset/clevis'
@@ -42,7 +42,9 @@ build() {
check() {
cd "${pkgname%-git}"
- ninja -C build test
+ # The LUKS tests are skipped when not running as root but work fine without
+ # actual root privileges, so use fakeroot to bypass the root check
+ fakeroot ninja -C build test
}
package() {