summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorbionade242020-07-07 16:20:11 +0200
committerbionade242020-07-07 16:20:11 +0200
commit4ee53138d67ed69a65fb0bc0743971772e0d87ea (patch)
tree3dd1431f27f97ba7822ca60fb2d7c2a6b8105eaa
parent8e035eecf36d46fea81de807209e4a6d328e775a (diff)
downloadaur-4ee53138d67ed69a65fb0bc0743971772e0d87ea.tar.gz
Fix tarball URL
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD9
2 files changed, 7 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b0be8271dec9..a185b65f8200 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 = 3
+ pkgrel = 4
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/ignitionrobotics/ign-math/get/ignition-math4_4.0.0.tar.bz2
- sha256sums = dd24b8d3540f726999f5d6ba9a13a077a5b172e840847491b8e529c53302288a
+ source = https://bitbucket.org/osrf-migrated/ign-math/get/ignition-math4_4.0.0.tar.bz2
+ sha256sums = b671098ddbd1c1971c1f14c5a0eccc25767e07a2b15dcef043be3e24a9c2d499
pkgname = ignition-math-4
diff --git a/PKGBUILD b/PKGBUILD
index 181c33872a76..0bcbaf71c90c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,6 @@
-# Maintainer: acxz <akashpatel2008 at yahoo dot com>
pkgname=ignition-math-4
pkgver=4.0.0
-pkgrel=3
+pkgrel=4
pkgdesc="Math classes and functions for robot applications"
arch=('i686' 'x86_64')
url="https://ignitionrobotics.org/libs/math"
@@ -12,10 +11,10 @@ makedepends=('ignition-cmake=0')
optdepends=()
provides=('ignition-math=4')
_name="ignition-math4"
-source=("https://bitbucket.org/ignitionrobotics/ign-math/get/${_name}_${pkgver}.tar.bz2")
-sha256sums=('dd24b8d3540f726999f5d6ba9a13a077a5b172e840847491b8e529c53302288a')
+source=("https://bitbucket.org/osrf-migrated/ign-math/get/${_name}_${pkgver}.tar.bz2")
+sha256sums=('b671098ddbd1c1971c1f14c5a0eccc25767e07a2b15dcef043be3e24a9c2d499')
-_dir="ignitionrobotics-ign-math-054f8a99081f"
+_dir="osrf-migrated-ign-math-054f8a99081f"
build() {
cd "$srcdir/$_dir"