summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authordrswinghead2021-01-02 15:26:27 +0800
committerdrswinghead2021-01-02 15:26:27 +0800
commit751f7f6dc68ca4995d8d04cbdaaf7792748786e3 (patch)
treed8016058675ae09a705ad1bf925789115fd4bbde /PKGBUILD
parentc9978138c88e64a3be09e9169ad85fb17a793d12 (diff)
downloadaur-751f7f6dc68ca4995d8d04cbdaaf7792748786e3.tar.gz
fix conflect
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 97af7eb46c4c..0fe0f62991ef 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -12,7 +12,8 @@ license=('GPL')
depends=('gcc-libs')
source=(git+https://github.com/ivmai/bdwgc.git)
sha512sums=('skip')
-conflict=gc
+conflicts=('gc')
+provides=('gc')
prepare() {
cd ${_pkgname}