summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authornl67202021-02-08 17:32:39 +0200
committernl67202021-02-08 17:32:39 +0200
commit2ecf44c1cd71f2c58b5f83bdceda9ec0692841f6 (patch)
treeae2c3c9d1a0e255fd838b48c5381195a51ad2c0b
parent45ecbbfd9818178fb9ea2e13b925789c25b54dec (diff)
downloadaur-2ecf44c1cd71f2c58b5f83bdceda9ec0692841f6.tar.gz
refind-git 0.12.0.3.r710.gcdce85e-1
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5c1b314242ad..154637fcea62 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = refind-git
pkgdesc = rEFInd Boot Manager - git version
- pkgver = 0.12.0.r693.g5b1a975
+ pkgver = 0.12.0.3.r710.gcdce85e
pkgrel = 1
url = https://www.rodsbooks.com/refind/
arch = any
@@ -15,7 +15,6 @@ pkgbase = refind-git
depends = bash
depends = dosfstools
depends = efibootmgr
- depends = which
optdepends = gptfdisk: for finding non-vfat ESP with refind-install
optdepends = imagemagick: for refind-mkfont
optdepends = openssl: for generating local certificates with refind-install
@@ -24,8 +23,8 @@ pkgbase = refind-git
optdepends = sudo: for privilege elevation in refind-install and refind-mkdefault
optdepends = shim-signed: pre-signed Secure Boot shim loader
optdepends = sbsigntools: for EFI binary signing with refind-install
- provides = refind=0.12.0.r693.g5b1a975
- provides = refind-efi=0.12.0.r693.g5b1a975
+ provides = refind=0.12.0.3.r710.gcdce85e
+ provides = refind-efi=0.12.0.3.r710.gcdce85e
conflicts = refind
conflicts = refind-efi
replaces = refind-efi-git
diff --git a/PKGBUILD b/PKGBUILD
index b0dcee2cf20b..80d565877a0e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,13 +4,13 @@
# Contributor: David Runge <dvzrv@archlinux.org>
pkgname='refind-git'
-pkgver=0.12.0.r693.g5b1a975
+pkgver=0.12.0.3.r710.gcdce85e
pkgrel=1
pkgdesc='rEFInd Boot Manager - git version'
url='https://www.rodsbooks.com/refind/'
arch=('any')
license=('BSD' 'CCPL' 'FDL1.3' 'GPL2' 'GPL3' 'LGPL3')
-depends=('bash' 'dosfstools' 'efibootmgr' 'which')
+depends=('bash' 'dosfstools' 'efibootmgr')
makedepends=('git' 'gnu-efi-libs')
optdepends=('gptfdisk: for finding non-vfat ESP with refind-install'
'imagemagick: for refind-mkfont'