aboutsummarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorXavier Cho2021-07-30 22:49:38 +0900
committerXavier Cho2021-07-30 22:51:04 +0900
commitc586f698501ce3baeb767eb6e8f69c13ac34b6ba (patch)
tree5ef97114766be4b7f2f71f97067e020b9439415b
parente466214100c7d20911136b1056abe8dab9bad1e9 (diff)
downloadaur-c586f698501ce3baeb767eb6e8f69c13ac34b6ba.tar.gz
Bump revision (custom object support and more)
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c66f717323a6..fbe66c85a476 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = upbge-git
pkgdesc = Uchronia Project Blender Game Engine fork of Blender Game Engine
- pkgver = 111035.86cef44f8a1
+ pkgver = 112123.7b877cab449
pkgrel = 1
url = https://upbge.org/
install = upbge.install
diff --git a/PKGBUILD b/PKGBUILD
index ec0e27d1fd15..2ca2c3d62256 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=111035.86cef44f8a1
+pkgver=112123.7b877cab449
pkgrel=1
pkgdesc="Uchronia Project Blender Game Engine fork of Blender Game Engine"
arch=("i686" "x86_64")