aboutsummarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorXavier Cho2022-01-31 11:58:47 +0900
committerXavier Cho2022-01-31 11:58:47 +0900
commit0bba12a7e9b02b07265454b00ab64c3321459a11 (patch)
tree56f32f08a2fd8314f14f7a190a3020c185e878fb
parenta4680f99472a4a1de30b1e5c6374834f34e60aa7 (diff)
downloadaur-0bba12a7e9b02b07265454b00ab64c3321459a11.tar.gz
Fix build problem due to change in install prefix
https://github.com/UPBGE/upbge/commit/91d967161e4dd8788b031f28c472aa6fd1368e7d
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 2 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c3980332f9b5..24da7c3ac0d9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = upbge-git
pkgdesc = Uchronia Project Blender Game Engine fork of Blender Game Engine
- pkgver = 116473.8aa389aed4f
+ pkgver = 117129.c1205f998c7
pkgrel = 1
url = https://upbge.org/
install = upbge.install
diff --git a/PKGBUILD b/PKGBUILD
index eb1345249766..835a02f91b68 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -20,7 +20,7 @@
((DISABLE_CUDA)) && optdepends+=("cuda: CUDA support in Cycles") || { makedepends+=("cuda") ; ((DISABLE_OPTIX)) || makedepends+=("optix>=7.0"); }
pkgname=upbge-git
-pkgver=116473.8aa389aed4f
+pkgver=117129.c1205f998c7
pkgrel=1
pkgdesc="Uchronia Project Blender Game Engine fork of Blender Game Engine"
arch=("i686" "x86_64")
@@ -125,8 +125,6 @@ package() {
#undo rpath clean in cmake_install ( faster than patching CMakeLists.txt)
cp "$srcdir/build/bin/blender" "$pkgdir/usr/bin/blender"
- mv "$pkgdir/usr/share/blender" "$pkgdir/usr/share/upbge"
-
install -D -m755 "$srcdir"/build/bin/blenderplayer "$pkgdir"/usr/bin/blenderplayer
install -D -m644 "$srcdir"/upbge.desktop "$pkgdir"/usr/share/applications/upbge.desktop
install -D -m644 "$srcdir"/upbge/release/freedesktop/icons/scalable/apps/upbge.svg \