summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCebtenzzre2018-08-14 17:35:33 -0400
committerCebtenzzre2018-08-14 17:35:33 -0400
commitb16deaf105ae1206c3c2858b6d53d859e559aae5 (patch)
tree1a198bf8f8b87cabd5483ce10f0c61a813393a4c
parent5c1d6e295262d79695de19f2d72397565bca96de (diff)
downloadaur-b16deaf105ae1206c3c2858b6d53d859e559aae5.tar.gz
conflict with fcode-utils
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD1
2 files changed, 2 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a7da585ae524..3a0edd528ffc 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -11,6 +11,7 @@ pkgbase = fcode-utils-git
depends = glibc
provides = fcode-utils
provides = romheaders
+ conflicts = fcode-utils
source = git+https://github.com/openbios/fcode-utils.git
source = fix-flags.patch
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 584f5c8cffb1..2e2a9104604b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -11,6 +11,7 @@ license=(GPL2 CPL)
depends=('glibc')
makedepends=('git')
provides=("$_pkgname" 'romheaders')
+conflicts=("$_pkgname")
source=("git+https://github.com/openbios/${_pkgname}.git"
'fix-flags.patch')
sha256sums=('SKIP'