summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonian Guveli2020-01-04 04:23:37 +0200
committerJonian Guveli2020-01-04 04:23:37 +0200
commit8967ea906230a13b407e10a0081d6d6a11498bd3 (patch)
treec55f1ecd05e06e0d115eb48b1a2014fc6916321d
parentd41b40c932cc8b28cfdc99d6002c09e09f75e5b0 (diff)
downloadaur-8967ea906230a13b407e10a0081d6d6a11498bd3.tar.gz
optimze package
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD5
2 files changed, 4 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 08cf66cc62b4..b765959b9161 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,14 @@
pkgbase = godot-bin
pkgdesc = Godot is an advanced, feature packed, multi-platform 2D and 3D game engine
pkgver = 3.1.2
- pkgrel = 1
+ pkgrel = 2
url = http://www.godotengine.org
arch = i686
arch = x86_64
license = MIT
- provides = godot-bin
+ provides = godot
conflicts = godot
conflicts = godot-git
- replaces = godot
- replaces = godot-git
source = godot.desktop
source = icons.tar.gz
md5sums = fa7422332b97ab8430ea7628ec8b0880
diff --git a/PKGBUILD b/PKGBUILD
index a9795317b7a6..3a3e6d25b1e2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,13 @@
# Maintainer: Jonian Guveli <https://github.com/jonian/>
pkgname=godot-bin
pkgver=3.1.2
-pkgrel=1
+pkgrel=2
pkgdesc="Godot is an advanced, feature packed, multi-platform 2D and 3D game engine"
arch=("i686" "x86_64")
url="http://www.godotengine.org"
license=("MIT")
-provides=("godot-bin")
+provides=("godot")
conflicts=("godot" "godot-git")
-replaces=("godot" "godot-git")
source=("godot.desktop" "icons.tar.gz")
source_i686+=("$pkgname-$pkgver::https://downloads.tuxfamily.org/godotengine/"$pkgver"/Godot_v"$pkgver"-stable_x11.32.zip")
source_x86_64+=("$pkgname-$pkgver::https://downloads.tuxfamily.org/godotengine/"$pkgver"/Godot_v"$pkgver"-stable_x11.64.zip")