summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authornl67202020-04-12 21:48:07 +0300
committernl67202020-04-12 21:48:07 +0300
commitbe6994b1b81e962f9016517b55329bbdf8a5a037 (patch)
tree694b77da094c95868b4367b81aa5c165c36dc0ea /PKGBUILD
parent1b013c9d74a3a142c616164977c7aef24f7edba9 (diff)
downloadaur-be6994b1b81e962f9016517b55329bbdf8a5a037.tar.gz
refind-efi-git 0.12.0.r692.g4a84fce-2
Conflict with and provide "refind".
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 8240b29158a7..dde95ec5066b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -13,7 +13,7 @@ _PXE='0'
_pkgname='refind'
pkgname="${_pkgname}-efi-git"
pkgver=0.12.0.r692.g4a84fce
-pkgrel=1
+pkgrel=2
pkgdesc='rEFInd Boot Manager - git version'
url='https://www.rodsbooks.com/refind/'
arch=('x86_64')
@@ -32,8 +32,8 @@ optdepends=('sudo: privilege elevation'
options=('!strip' '!buildflags' '!makeflags')
-conflicts=("${pkgname%-git}")
-provides=("${pkgname%-git}=${pkgver}")
+conflicts=('refind' 'refind-efi')
+provides=("refind=${pkgver}" "refind-efi=${pkgver}")
install="${pkgname%-git}.install"