summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD9
2 files changed, 7 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a185b65f8200..6b4e7d8ad5ed 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = ignition-math-4
pkgdesc = Math classes and functions for robot applications
pkgver = 4.0.0
- pkgrel = 4
+ pkgrel = 5
url = https://ignitionrobotics.org/libs/math
arch = i686
arch = x86_64
@@ -10,8 +10,8 @@ pkgbase = ignition-math-4
makedepends = ignition-cmake=0
depends = gcc-libs
provides = ignition-math=4
- source = https://bitbucket.org/osrf-migrated/ign-math/get/ignition-math4_4.0.0.tar.bz2
- sha256sums = b671098ddbd1c1971c1f14c5a0eccc25767e07a2b15dcef043be3e24a9c2d499
+ source = https://github.com/ignitionrobotics/ign-math/archive/ignition-math4_4.0.0.tar.gz
+ sha256sums = e374fd5ada13200a8f1b7ba98865d6325688b248e68e540e2ace7a8d0904b001
pkgname = ignition-math-4
diff --git a/PKGBUILD b/PKGBUILD
index 0bcbaf71c90c..ef0b1f98ccef 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
pkgname=ignition-math-4
pkgver=4.0.0
-pkgrel=4
+pkgrel=5
pkgdesc="Math classes and functions for robot applications"
arch=('i686' 'x86_64')
url="https://ignitionrobotics.org/libs/math"
@@ -10,11 +10,10 @@ depends=('gcc-libs')
makedepends=('ignition-cmake=0')
optdepends=()
provides=('ignition-math=4')
-_name="ignition-math4"
-source=("https://bitbucket.org/osrf-migrated/ign-math/get/${_name}_${pkgver}.tar.bz2")
-sha256sums=('b671098ddbd1c1971c1f14c5a0eccc25767e07a2b15dcef043be3e24a9c2d499')
+source=("https://github.com/ignitionrobotics/ign-math/archive/ignition-math4_${pkgver}.tar.gz")
+sha256sums=('e374fd5ada13200a8f1b7ba98865d6325688b248e68e540e2ace7a8d0904b001')
-_dir="osrf-migrated-ign-math-054f8a99081f"
+_dir="ign-math-ignition-math4_${pkgver}"
build() {
cd "$srcdir/$_dir"