summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorpryre2017-02-07 13:16:29 +1000
committerpryre2017-02-07 13:16:29 +1000
commit117d01b3dc881075e58a3821aac736c8fa0a4ed8 (patch)
treedb82400e08dbc571df734ceb59a107c73284511b
parentc094f2e71fe935ca64eae00b35247a44e8e6fd10 (diff)
downloadaur-117d01b3dc881075e58a3821aac736c8fa0a4ed8.tar.gz
Update to v4.2.0
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d80587ae0d84..f754b0a62179 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,7 @@
-# Generated by mksrcinfo v8
-# Thu Apr 28 20:56:10 UTC 2016
pkgbase = sdformat
pkgdesc = SDF Converter for gazebo
- pkgver = 4.1.0
- pkgrel = 1
+ pkgver = 4.2.0
+ pkgrel = 2
url = http://sdformat.org/
arch = i686
arch = x86_64
@@ -14,8 +12,8 @@ pkgbase = sdformat
depends = boost
depends = tinyxml
depends = ignition-math>=2
- source = http://osrf-distributions.s3.amazonaws.com/sdformat/releases/sdformat-4.1.0.tar.bz2
- sha256sums = 0f63e446a29073affed2427214aa04d23c1cb8331cdd1bd7d48768d7eee5862a
+ source = http://osrf-distributions.s3.amazonaws.com/sdformat/releases/sdformat-4.2.0.tar.bz2
+ sha256sums = 75e2d053f97ca33456109b4d7794e6b7d26deef59c778f0d9e25d1369b24b094
pkgname = sdformat
diff --git a/PKGBUILD b/PKGBUILD
index f81bfc54b219..571cfd6142cd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
pkgname=sdformat
-pkgver=4.1.0
-pkgrel=1
+pkgver=4.2.0
+pkgrel=2
pkgdesc="SDF Converter for gazebo"
arch=('i686' 'x86_64')
url="http://sdformat.org/"
@@ -9,7 +9,7 @@ depends=('boost' 'tinyxml' 'ignition-math>=2')
makedepends=('cmake' 'doxygen' 'ruby>=1.9.1')
source=("http://osrf-distributions.s3.amazonaws.com/${pkgname}/releases/${pkgname}-${pkgver}.tar.bz2")
-sha256sums=('0f63e446a29073affed2427214aa04d23c1cb8331cdd1bd7d48768d7eee5862a')
+sha256sums=('75e2d053f97ca33456109b4d7794e6b7d26deef59c778f0d9e25d1369b24b094')
prepare(){
cd "${srcdir}/${pkgname}-${pkgver}"