summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorАртемий2021-09-11 11:48:46 +0300
committerАртемий2021-09-11 11:48:46 +0300
commited1db6c9ec737021ed28c5497e4a65b0dec1b7b8 (patch)
treeaaf1347303f12adf0d668000fa4a78fc615681bb
parent44d4bcecb244decc0c730ea0e636a599e5c80411 (diff)
downloadaur-ed1db6c9ec737021ed28c5497e4a65b0dec1b7b8.tar.gz
Update to upstream (1.4) version
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD3
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index fd987a595555..4a4eafbaa755 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = kesboot-git
pkgdesc = Script for automating work with EFI Kernel Stub (linux)
- pkgver = 1.3.r0.g8bfb582
+ pkgver = 1.4.r0.gc832590
pkgrel = 1
url = https://github.com/BiteDasher/kesboot
arch = any
@@ -12,6 +12,7 @@ pkgbase = kesboot-git
depends = util-linux
depends = coreutils
depends = binutils
+ options = emptydirs
backup = etc/kesboot.conf
source = kesboot-git::git+https://github.com/BiteDasher/kesboot.git
sha512sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 60bc380ebc86..c7b35d118419 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Artemii Sudakov <finziyr@yandex.ru>
pkgname="kesboot-git"
-pkgver=1.3.r0.g8bfb582
+pkgver=1.4.r0.gc832590
pkgrel=1
pkgdesc='Script for automating work with EFI Kernel Stub (linux)'
arch=('any')
@@ -12,6 +12,7 @@ makedepends=('git')
source=("${pkgname}::git+https://github.com/BiteDasher/kesboot.git")
sha512sums=("SKIP")
backup=('etc/kesboot.conf')
+options=(emptydirs)
pkgver() {
cd "$srcdir/$pkgname"