summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAntoine Damhet2019-11-17 13:11:42 +0100
committerAntoine Damhet2019-11-17 13:11:42 +0100
commite88ad2f494d457b1de1ccba65cb9e2a61802ec73 (patch)
tree220cd179ac1e69b63779600c3421ca825acc3f49
parentf5a82437ba152e98904d37fa2369eaffe9da95f4 (diff)
downloadaur-e88ad2f494d457b1de1ccba65cb9e2a61802ec73.tar.gz
update optional dependencies (lz4, lzop)
Signed-off-by: Antoine Damhet <antoine.damhet@lse.epita.fr>
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0e45d0180df7..f79b0aacf754 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,14 @@
pkgbase = sbtools-git
pkgdesc = Secure boot tools
- pkgver = r18.bfdf686
+ pkgver = r22.f3aa297
pkgrel = 1
url = https://github.com/xdbob/sbtools
arch = x86_64
depends = sbsigntools
depends = openssl
depends = efitools
+ optdepends = lz4: initramfs compression
+ optdepends = lzop: initramfs compression
provides = sbtools
source = git+https://github.com/xdbob/sbtools.git
sha512sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 39ede4547b1a..75329329375a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,17 @@
# Maintainer: Antoine Damhet <antoine.damhet@lse.epita.fr>
pkgname=('sbtools-git' 'sbtools-hook-git')
-pkgver=r18.bfdf686
+pkgver=r22.f3aa297
pkgrel=1
provides=('sbtools')
pkgdesc='Secure boot tools'
url='https://github.com/xdbob/sbtools'
arch=('x86_64')
depends=('sbsigntools' 'openssl' 'efitools')
+optdepends=(
+ 'lz4: initramfs compression'
+ 'lzop: initramfs compression'
+)
source=('git+https://github.com/xdbob/sbtools.git')
sha512sums=('SKIP')
_gitname="sbtools"