summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristoph Brill2023-09-27 23:17:17 +0200
committerChristoph Brill2023-09-27 23:17:17 +0200
commitf3945178312a24f92db5e666912f946cd7b5df4f (patch)
tree88e4f045041582564b9aaceabbffc7efe303ef9e
parent381765cfe14cf80abe70eccda2572edc12738f05 (diff)
downloadaur-f3945178312a24f92db5e666912f946cd7b5df4f.tar.gz
Fix name collision if previously installed
Artificially inject the version number into the filename
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 85dd2bb424c2..9b20a35c5ea5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -7,7 +7,7 @@ pkgbase = godot-fbx2gltf-bin
license = BSD
provides = fbx2gltf-bin
conflicts = fbx2gltf-bin
- source = https://github.com/godotengine/FBX2glTF/releases/download/v0.13.1/FBX2glTF-linux-x86_64.zip
+ source = FBX2glTF-linux-x86_64-0.13.1.zip::https://github.com/godotengine/FBX2glTF/releases/download/v0.13.1/FBX2glTF-linux-x86_64.zip
sha256sums = 52243ec1bf25c4501bdd4977057b6782702fe3ae1b79e2ac13039d2207870bec
pkgname = godot-fbx2gltf-bin
diff --git a/PKGBUILD b/PKGBUILD
index 1b2ab324695c..7a342ec3be56 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ pkgdesc='A command-line tool for the conversion of the FBX file format to the gl
arch=('x86_64')
url="https://github.com/godotengine/FBX2glTF/"
license=('BSD')
-source=("https://github.com/godotengine/FBX2glTF/releases/download/v${pkgver}/FBX2glTF-linux-x86_64.zip")
+source=("FBX2glTF-linux-x86_64-${pkgver}.zip::https://github.com/godotengine/FBX2glTF/releases/download/v${pkgver}/FBX2glTF-linux-x86_64.zip")
sha256sums=('52243ec1bf25c4501bdd4977057b6782702fe3ae1b79e2ac13039d2207870bec')
provides=('fbx2gltf-bin')
conflicts=('fbx2gltf-bin')