summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorEndlessEden2020-12-24 22:41:37 +1100
committerEndlessEden2020-12-24 22:41:37 +1100
commit78a71a9257362f2708a97206e1ce67c21ec5a3b1 (patch)
tree1fa2646ce10f5d66f0a14f9b1fe75ca64237c1e3
parent74bee32f141bd141ff21ddea0ea17ba3ee66accb (diff)
downloadaur-ogre-git.tar.gz
updated sources
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 13442ba83557..a2c8bde3258a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,3 @@
-# Generated by mksrcinfo v8
-# Sat Feb 20 22:16:11 UTC 2016
pkgbase = ogre-git
pkgdesc = Scene-oriented, flexible 3D engine written in C++
pkgver = 2.2.0.r8509.37e9fc7b8ae8
@@ -29,7 +27,7 @@ pkgbase = ogre-git
provides = ogre-docs
conflicts = ogre
conflicts = ogre-docs
- source = hg+http://bitbucket.org/sinbad/ogre
+ source = git+https://github.com/OGRECave/ogre.git
sha512sums = SKIP
pkgname = ogre-git
diff --git a/PKGBUILD b/PKGBUILD
index e505774b8cf7..02064ce9fe97 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -13,7 +13,7 @@ makedepends=('boost' 'cmake' 'doxygen' 'graphviz' 'ttf-dejavu' 'mesa' 'mercurial
provides=('ogre' 'ogre-docs')
conflicts=('ogre' 'ogre-docs')
_dir="OGRE"
-source=("hg+http://bitbucket.org/sinbad/ogre")
+source=("git+https://github.com/OGRECave/ogre.git")
sha512sums=('SKIP')
prepare() {