aboutsummarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorXavier Cho2023-03-12 10:08:43 +0900
committerXavier Cho2023-03-12 10:08:43 +0900
commit72a5d4a0b144b6e07ef45a539fa660a132224633 (patch)
tree339367657eae22eabb742f71e467ff9657c03325
parente2b24463fc3b73055b40d05809e09b9afce630ee (diff)
downloadaur-72a5d4a0b144b6e07ef45a539fa660a132224633.tar.gz
Change Blender repository URLs
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD8
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 015d114e4f9e..a9c7ba7f3d71 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = upbge-git
pkgdesc = Uchronia Project Blender Game Engine fork of Blender Game Engine
- pkgver = 126159.652481335f6
+ pkgver = 127937.375859a6bb3
pkgrel = 1
url = https://upbge.org/
install = upbge.install
@@ -48,9 +48,9 @@ pkgbase = upbge-git
conflicts = blender
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
+ source = blender-addons-contrib.git::git+https://projects.blender.org/blender/blender-addons-contrib.git
+ source = blender-translations.git::git+https://projects.blender.org/blender/blender-translations.git
+ source = blender-dev-tools.git::git+https://projects.blender.org/blender/blender-dev-tools.git
source = upbge.desktop
source = usd_python.patch
source = SelectCudaComputeArch.patch
diff --git a/PKGBUILD b/PKGBUILD
index ed48db0099af..97910a48df89 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
#shellcheck disable=SC2015
pkgname=upbge-git
-pkgver=126159.652481335f6
+pkgver=127937.375859a6bb3
pkgrel=1
pkgdesc="Uchronia Project Blender Game Engine fork of Blender Game Engine"
arch=("i686" "x86_64")
@@ -28,9 +28,9 @@ install=upbge.install
source=(
"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"
+ "blender-addons-contrib.git::git+https://projects.blender.org/blender/blender-addons-contrib.git"
+ "blender-translations.git::git+https://projects.blender.org/blender/blender-translations.git"
+ "blender-dev-tools.git::git+https://projects.blender.org/blender/blender-dev-tools.git"
upbge.desktop
usd_python.patch
SelectCudaComputeArch.patch