aboutsummarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorXavier Cho2022-03-16 12:00:53 +0900
committerXavier Cho2022-03-16 12:00:53 +0900
commitbc2b327c6d660cabc36316a2477c9540acf264b2 (patch)
tree70328133e16f4a5a6834c23c99f78be77e313bec
parent093aa2a5bea72cfa537ae2895a09b46dc50c493b (diff)
downloadaur-bc2b327c6d660cabc36316a2477c9540acf264b2.tar.gz
Fix build problem due to change in checkout path
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 798d5e554c48..6b9c54b5f916 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = upbge-git
pkgdesc = Uchronia Project Blender Game Engine fork of Blender Game Engine
- pkgver = 118308.bf76dc98bc0
+ pkgver = 118348.3bedead3c16
pkgrel = 1
url = https://upbge.org/
install = upbge.install
@@ -41,8 +41,8 @@ pkgbase = upbge-git
depends = openimagedenoise
provides = blender
conflicts = blender
- source = https://github.com/UPBGE/upbge.git
- source = blender-addons.git::https://github.com/UPBGE/blender-addons.git
+ source = upbge::git+https://github.com/UPBGE/upbge.git
+ source = blender-addons.git::git+https://github.com/UPBGE/blender-addons.git
source = blender-addons-contrib.git::git://git.blender.org/blender-addons-contrib.git
source = blender-translations.git::git://git.blender.org/blender-translations.git
source = blender-dev-tools.git::git://git.blender.org/blender-dev-tools.git
diff --git a/PKGBUILD b/PKGBUILD
index eaf9d2163a1e..b72fa900f217 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=118308.bf76dc98bc0
+pkgver=118348.3bedead3c16
pkgrel=1
pkgdesc="Uchronia Project Blender Game Engine fork of Blender Game Engine"
arch=("i686" "x86_64")
@@ -40,8 +40,8 @@ install=upbge.install
# More info:
# http://wiki.blender.org/index.php/Dev:Doc/Tools/Git
source=(
- "https://github.com/UPBGE/upbge.git"
- "blender-addons.git::https://github.com/UPBGE/blender-addons.git"
+ "upbge::git+https://github.com/UPBGE/upbge.git"
+ "blender-addons.git::git+https://github.com/UPBGE/blender-addons.git"
"blender-addons-contrib.git::git://git.blender.org/blender-addons-contrib.git"
"blender-translations.git::git://git.blender.org/blender-translations.git"
"blender-dev-tools.git::git://git.blender.org/blender-dev-tools.git"