summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorjonian2015-12-04 01:04:49 +0200
committerjonian2015-12-04 01:04:49 +0200
commit18e35b679060226c6c1312d74b645abfa3927354 (patch)
tree0585a14cd05e8b2e1ffc29cdbc26f5541e8067db /PKGBUILD
parent52c2e041dc22f9cc1f80ad8d92ad3db6ddece340 (diff)
downloadaur-18e35b679060226c6c1312d74b645abfa3927354.tar.gz
update conflicts
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 64273fc2433b..62e4f61501c3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,8 +7,8 @@ arch=("i686" "x86_64")
url="http://www.godotengine.org"
license=('GPL')
provides=("godot-bin")
-conflicts=("godot")
-replaces=("godot")
+conflicts=("godot" "godot-git")
+replaces=("godot" "godot-git")
source=("godot.desktop" "icons.tar.gz")
source_i686+=("http://www.godotengine.org:81/godot_x11-"$pkgver"stable.32")
source_x86_64+=("http://www.godotengine.org:81/godot_x11-"$pkgver"stable.64")