[arch-commits] Commit in refind/trunk (PKGBUILD)

David Runge dvzrv at archlinux.org
Tue Feb 16 15:28:24 UTC 2021


    Date: Tuesday, February 16, 2021 @ 15:28:23
  Author: dvzrv
Revision: 408319

upgpkg: refind 0.13.0-1: Upgrade to 0.13.0.

Remove which from depends, as it is not required anymore.
Remove provides/conflicts/replaces for refind-efi after waiting period is over.

Modified:
  refind/trunk/PKGBUILD

----------+
 PKGBUILD |   18 ++++++++----------
 1 file changed, 8 insertions(+), 10 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-02-16 14:36:51 UTC (rev 408318)
+++ PKGBUILD	2021-02-16 15:28:23 UTC (rev 408319)
@@ -1,33 +1,31 @@
 # Maintainer: David Runge <dvzrv at archlinux.org>
 
 pkgname=refind
-pkgver=0.12.0
-pkgrel=6
+pkgver=0.13.0
+pkgrel=1
 pkgdesc="An EFI boot manager"
 arch=('any')
 url="https://www.rodsbooks.com/refind/"
 license=('BSD' 'CCPL' 'FDL1.3' 'GPL2' 'GPL3' 'LGPL3')
-depends=('bash' 'dosfstools' 'efibootmgr' 'which')
+depends=('bash' 'dosfstools' 'efibootmgr')
 makedepends=('gnu-efi-libs')
 optdepends=('gptfdisk: for finding non-vfat ESP with refind-install'
             'imagemagick: for refind-mkfont'
             'openssl: for generating local certificates with refind-install'
             'python: for refind-mkdefault'
+            'sbsigntools: for EFI binary signing with refind-install'
             'sudo: for privilege elevation in refind-install and refind-mkdefault'
-            'sbsigntools: for EFI binary signing with refind-install')
-# TODO: remove 2020-10-23
-provides=('refind-efi')
-conflicts=('refind-efi')
-replaces=('refind-efi')
+)
 # the drivers don't build with many jobs
 options=(!makeflags)
 source=("https://sourceforge.net/projects/refind/files/${pkgver}/${pkgname}-src-${pkgver}.tar.gz")
-sha512sums=('3ade9642d7acf31097daa5308acb96a9fa3371314073b5a09601a886fc30444752efa08ed9fb35e421efb0b4eb9efbccd7b5c9bd6b3b9ed4af74c58f22a74729')
+sha512sums=('ff20cd174496358770128ee15aba21b3db69a2386acd9389ed853995adbd0e9ebddbae0c9f987ca6c90e29aee2a7ff4438ae2df9f01ddffb19564fa072675c0e')
+b2sums=('a4f1429faa22a7b62d59c0e3a7013da695ae4bc9512e3bbfe090b5c5a6d036392bd6b42ceade813bbb3fbc0a5a37faa666f2244078c77f0bb7a6cb87a9285c9d')
 _arch='x64'
 
 prepare() {
   cd "$pkgname-$pkgver"
-  # removing the path prefix from the css reference, so that the css can live
+  # remove the path prefix from the css reference, so that the css can live
   # in the same directory
   sed -e 's|../Styles/||g' -i "docs/${pkgname}/"*.html
   # hardcode RefindDir, so that refind-install can find refind_x64.efi



More information about the arch-commits mailing list