summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKye Morton2018-02-24 23:15:47 +1000
committerKye Morton2018-02-24 23:15:47 +1000
commita25a23e3c2cb591354c24b2fd2d896b8a5ded74f (patch)
tree7923e6a13e2eae416e33734c6107e8e4fbb8bdad
parenta45e2853faab743ad4ec0c5683b126059926d248 (diff)
downloadaur-a25a23e3c2cb591354c24b2fd2d896b8a5ded74f.tar.gz
Bump to require ignition-math4
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4760b95d67d5..0ee9309cc096 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = sdformat
pkgdesc = SDF Converter for gazebo
pkgver = 6.0.0
- pkgrel = 1
+ pkgrel = 2
url = http://sdformat.org/
arch = i686
arch = x86_64
@@ -11,7 +11,7 @@ pkgbase = sdformat
makedepends = ruby>=1.9.1
depends = boost
depends = tinyxml
- depends = ignition-math>=3
+ depends = ignition-math>=4
depends = python-psutil
source = http://osrf-distributions.s3.amazonaws.com/sdformat/releases/sdformat-6.0.0.tar.bz2
sha256sums = 93ea8007e9d92c87f99240e378231977fb1de2072fd752449f65917cb430bc4d
diff --git a/PKGBUILD b/PKGBUILD
index bd87ca90b49f..81cc203d9d6e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,11 +1,11 @@
pkgname=sdformat
pkgver=6.0.0
-pkgrel=1
+pkgrel=2
pkgdesc="SDF Converter for gazebo"
arch=('i686' 'x86_64')
url="http://sdformat.org/"
license=('Apache')
-depends=('boost' 'tinyxml' 'ignition-math>=3' 'python-psutil')
+depends=('boost' 'tinyxml' 'ignition-math>=4' 'python-psutil')
makedepends=('cmake' 'doxygen' 'ruby>=1.9.1')
source=("http://osrf-distributions.s3.amazonaws.com/${pkgname}/releases/${pkgname}-${pkgver}.tar.bz2")