summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorGI_Jack2020-03-16 18:40:51 -0400
committerGI_Jack2020-03-16 18:40:51 -0400
commit56ff8b9e1337a76d3966c34d4fe6fe26748242b9 (patch)
tree2d9f7010b89675004816acfa6d9181a2d057b41b /PKGBUILD
parentbefb79e89f34630bc50d29d88d08d2af844cefcd (diff)
downloadaur-fwupdate.tar.gz
added conflicts
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 6a086892782a..aa223bfd151b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,12 +3,13 @@
pkgname=fwupdate
pkgver=12
-pkgrel=1
+pkgrel=2
pkgdesc='Tools for using the ESRT and UpdateCapsule() to apply firmware updates'
arch=('i686' 'x86_64')
url='https://github.com/rhinstaller/fwupdate'
license=('GPL2')
depends=('efivar' 'libsmbios' 'bash')
+conflicts=('fwupd')
makedepends=('pesign' 'gnu-efi-libs')
source=("${url}/releases/download/${pkgver}/${pkgname}-${pkgver}.tar.bz2"
"0001-Fix-uninitialized-variable.patch")
@@ -38,7 +39,7 @@ package() {
install -d ${pkgdir}/usr/lib/fwupdate
mv ${pkgdir}/boot/efi/EFI ${pkgdir}/usr/lib/fwupdate/EFI
rm -rf ${pkgdir}/boot
- rm -rf ${pkgdir}/usr/src
+ #rm -rf ${pkgdir}/usr/src
rm -rf ${pkgdir}/usr/lib/debug
#rmdir ${pkgdir}/usr/share/fwupdate
}