summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authornl67202023-02-25 09:00:10 +0200
committernl67202023-02-25 09:00:10 +0200
commita0fc1f50a62a4a4e4bbe67e20d7e09b1a92df04c (patch)
tree6c1d0f40fe3cb6f3e6a5bb432184766cb270e34c
parent8b65ef0ac322e33dbddf981e6436c1033f571402 (diff)
downloadaur-a0fc1f50a62a4a4e4bbe67e20d7e09b1a92df04c.tar.gz
refind-git 0.13.3.7.r832.gcce5cdc-1
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0f3448c8782f..8705f0e457fe 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = refind-git
pkgdesc = rEFInd Boot Manager - git version
- pkgver = 0.13.1.4.r754.g99771d8
+ pkgver = 0.13.3.7.r832.gcce5cdc
pkgrel = 1
url = https://www.rodsbooks.com/refind/
arch = any
@@ -24,11 +24,10 @@ pkgbase = refind-git
optdepends = sbsigntools: for EFI binary signing with refind-install
optdepends = sudo: for privilege elevation in refind-install and refind-mkdefault
optdepends = shim-signed: pre-signed Secure Boot shim loader
- provides = refind=0.13.1.4.r754.g99771d8
+ provides = refind=0.13.3.7.r832.gcce5cdc
conflicts = refind
options = !makeflags
source = refind::git+https://git.code.sf.net/p/refind/code#branch=master
sha512sums = SKIP
pkgname = refind-git
-
diff --git a/PKGBUILD b/PKGBUILD
index 5b17cdd1c305..408f75c78185 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
# Contributor: David Runge <dvzrv@archlinux.org>
pkgname='refind-git'
-pkgver=0.13.1.4.r754.g99771d8
+pkgver=0.13.3.7.r832.gcce5cdc
pkgrel=1
pkgdesc='rEFInd Boot Manager - git version'
url='https://www.rodsbooks.com/refind/'
@@ -41,6 +41,8 @@ prepare() {
sed -e 's|../Styles/||g' -i "docs/${pkgname%-git}/"*.html
# hardcode RefindDir, so that refind-install can find refind_x64.efi
sed -e 's|RefindDir=\"\$ThisDir/refind\"|RefindDir="/usr/share/refind/"|g' -i refind-install
+ # add vendor line to the sbat file
+ printf 'refind.%s,%s,%s,refind,%s,%s\n' 'arch' '1' 'Arch Linux' "${epoch:+${epoch}:}${pkgver}-${pkgrel}" 'https://aur.archlinux.org/packages/refind-git' >> refind-sbat.csv
}
build() {