summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoracxz2020-12-24 13:43:43 -0500
committeracxz2020-12-24 13:43:43 -0500
commit58a3fba209efd084a86114b2999d276db295af1e (patch)
tree6268eb2cf3416780bba969bcce4ccfaeb98d00da
parenta5fc4b413cab4e6cf75c473a8f66251bd5d81062 (diff)
downloadaur-58a3fba209efd084a86114b2999d276db295af1e.tar.gz
updpkg 10.1.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c62f99fcdb37..4074dbdfbce8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = sdformat
pkgdesc = SDF Converter for gazebo
- pkgver = 10.0.0
+ pkgver = 10.1.0
pkgrel = 1
url = http://sdformat.org/
arch = i686
@@ -16,8 +16,8 @@ pkgbase = sdformat
depends = ignition-math>=6
depends = python-psutil
depends = urdfdom
- source = sdformat-10.0.0.tar.gz::https://github.com/osrf/sdformat/archive/sdformat10_10.0.0.tar.gz
- sha256sums = 3555ce443a736e9bd24577d894978e0236212bfd2b356022fd53b143b30152bf
+ source = sdformat-10.1.0.tar.gz::https://github.com/osrf/sdformat/archive/sdformat10_10.1.0.tar.gz
+ sha256sums = 1fcb1df4c92cdf650b85015d41e31d4ae2da43c2c283685d6106f7cfd25ba8e0
pkgname = sdformat
diff --git a/PKGBUILD b/PKGBUILD
index fcb9261bbd3b..fc27ae9e828f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
#Maintainer: acxz <akashpatel2008 at yahoo dot com>
pkgname=sdformat
-pkgver=10.0.0
+pkgver=10.1.0
pkgrel=1
pkgdesc="SDF Converter for gazebo"
arch=('i686' 'x86_64')
@@ -9,7 +9,7 @@ license=('Apache')
depends=('boost' 'tinyxml' 'ignition-math>=6' 'python-psutil' 'urdfdom')
makedepends=('cmake' 'doxygen' 'ignition-cmake' 'ignition-tools' 'ruby')
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/osrf/${pkgname}/archive/${pkgname}10_${pkgver}.tar.gz")
-sha256sums=('3555ce443a736e9bd24577d894978e0236212bfd2b356022fd53b143b30152bf')
+sha256sums=('1fcb1df4c92cdf650b85015d41e31d4ae2da43c2c283685d6106f7cfd25ba8e0')
_dir="sdformat-${pkgname}10_${pkgver}"