summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoracxz2021-09-27 14:03:23 -0400
committeracxz2021-09-27 14:03:23 -0400
commit672d3a8ff2c501b8978269864d92a4b95fd46c34 (patch)
tree4a4a00aba9b2f901ae30571c829c5ecb99f99529
parent6acf216895510a777d53da8d6ff43cf7d863ad6b (diff)
downloadaur-672d3a8ff2c501b8978269864d92a4b95fd46c34.tar.gz
updpkg 11.3.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index abacf1248439..c3c94980a36b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = sdformat
pkgdesc = SDF Converter for gazebo
- pkgver = 11.1.0
+ pkgver = 11.3.0
pkgrel = 1
url = http://sdformat.org/
arch = i686
@@ -17,7 +17,7 @@ pkgbase = sdformat
depends = ignition-math>=6
depends = python-psutil
depends = urdfdom
- source = sdformat-11.1.0.tar.gz::https://github.com/osrf/sdformat/archive/sdformat11_11.1.0.tar.gz
- sha256sums = a0798154e4e5874037a81c9dfbb7642c9a6e199ad3c7c5dbbd20bf0d50e4f2a9
+ source = sdformat-11.3.0.tar.gz::https://github.com/ignitionrobotics/sdformat/archive/sdformat11_11.3.0.tar.gz
+ sha256sums = 7b4ea8b865b5d3befbd754ea55195f162469100e991c98d69d94f54fb99613e0
pkgname = sdformat
diff --git a/PKGBUILD b/PKGBUILD
index 32a3be01771e..7f63fd6246bc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
#Maintainer: acxz <akashpatel2008 at yahoo dot com>
pkgname=sdformat
-pkgver=11.1.0
+pkgver=11.3.0
pkgrel=1
pkgdesc="SDF Converter for gazebo"
arch=('i686' 'x86_64')
@@ -8,8 +8,8 @@ url="http://sdformat.org/"
license=('Apache')
depends=('boost' 'tinyxml2' 'ignition-math>=6' 'python-psutil' 'urdfdom')
makedepends=('cmake' 'doxygen' 'ignition-cmake' 'ignition-utils' 'ignition-tools' 'ruby')
-source=("${pkgname}-${pkgver}.tar.gz::https://github.com/osrf/${pkgname}/archive/${pkgname}11_${pkgver}.tar.gz")
-sha256sums=('a0798154e4e5874037a81c9dfbb7642c9a6e199ad3c7c5dbbd20bf0d50e4f2a9')
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/ignitionrobotics/${pkgname}/archive/${pkgname}11_${pkgver}.tar.gz")
+sha256sums=('7b4ea8b865b5d3befbd754ea55195f162469100e991c98d69d94f54fb99613e0')
_dir="sdformat-${pkgname}11_${pkgver}"