summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD10
2 files changed, 10 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 263e34c9b379..a82c80910234 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -33,11 +33,11 @@ pkgbase = blender-fracture_modifier-git
optdepends = cuda: CUDA support in Cycles
provides = blender-fracture_modifier
conflicts = blender-fracture_modifier
- source = git://git.blender.org/blender.git#branch=fracture_modifier
- source = blender-addons.git::git://git.blender.org/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::git+https://github.com/blender/blender#branch=fracture_modifier
+ source = blender-addons::git+https://github.com/blender/blender-addons
+ source = blender-addons-contrib::git+https://github.com/blender/blender-addons-contrib
+ source = blender-translations::git+https://github.com/blender/blender-translations
+ source = blender-dev-tools::git+https://github.com/blender/blender-dev-tools
source = git+https://github.com/scorpion81/blender-fracture-helper.git
source = SelectCudaComputeArch.patch
source = gcc8.patch
diff --git a/PKGBUILD b/PKGBUILD
index 6d61f2c79477..507a6c95bf90 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -33,11 +33,11 @@ license=('GPL')
# the path in .gitmodules.
# More info:
# http://wiki.blender.org/index.php/Dev:Doc/Tools/Git
-source=("git://git.blender.org/blender.git${_fragment}"
- 'blender-addons.git::git://git.blender.org/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'
+source=("blender::git+https://github.com/blender/blender${_fragment}"
+ 'blender-addons::git+https://github.com/blender/blender-addons'
+ 'blender-addons-contrib::git+https://github.com/blender/blender-addons-contrib'
+ 'blender-translations::git+https://github.com/blender/blender-translations'
+ 'blender-dev-tools::git+https://github.com/blender/blender-dev-tools'
'git+https://github.com/scorpion81/blender-fracture-helper.git'
SelectCudaComputeArch.patch
gcc8.patch