summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorChristoph Brill2023-09-27 23:17:17 +0200
committerChristoph Brill2023-09-27 23:17:17 +0200
commitf3945178312a24f92db5e666912f946cd7b5df4f (patch)
tree88e4f045041582564b9aaceabbffc7efe303ef9e /PKGBUILD
parent381765cfe14cf80abe70eccda2572edc12738f05 (diff)
downloadaur-f3945178312a24f92db5e666912f946cd7b5df4f.tar.gz
Fix name collision if previously installed
Artificially inject the version number into the filename
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
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')