summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarcus Behrendt2015-09-30 16:06:35 +0200
committerMarcus Behrendt2015-09-30 16:06:35 +0200
commitfcba33fe6f903b32c0e04ddbd0f651515802e1bf (patch)
tree4108608b69b96d4d78b798c0c25d806ca44e72dc
parent97f4f20b1c67c52c4fc2f832677014c6e85b961b (diff)
downloadaur-fcba33fe6f903b32c0e04ddbd0f651515802e1bf.tar.gz
updpkg to 0.24
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ce37cc812477..6499ccaa1ef6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = sumo
pkgdesc = SUMO is an open source, highly portable, microscopic and continuous road traffic simulation package designed to handle large road networks
- pkgver = 0.23.0
+ pkgver = 0.24.0
pkgrel = 1
url = http://sumo-sim.org
arch = i686
@@ -15,16 +15,16 @@ pkgbase = sumo
depends = xerces-c
depends = glu
depends = libgl
- source = http://www.dlr.de/ts/en/Portaldata/16/Resources/Projekte/SUMO/sumo-src-0.23.0.zip
+ source = http://www.dlr.de/ts/en/Portaldata/16/Resources/Projekte/SUMO/sumo-src-0.24.0.zip
source = sumo.desktop
source = sumo.sh
source = sumo.install
- source = http://www.dlr.de/ts/en/Portaldata/16/Resources/Projekte/SUMO/sumo-doc-0.23.0.zip
- sha256sums = e29fd76e9d922ece4fb1512553a589a253c6e73a1a8d86ac95f329858ba1138e
+ source = http://www.dlr.de/ts/en/Portaldata/16/Resources/Projekte/SUMO/sumo-doc-0.24.0.zip
+ sha256sums = 7706784ab2ffd763ead9602bb5e069262898a96de45534859424a4795da1de39
sha256sums = 0500ba9cdf827cceae9a9bce66094bdb077300c94b0040bdd710afb92d0d4849
sha256sums = 16db32dbba617f8a38f5d103ce3af7cc70ab4cbf5b50e30be5d7f13ee6ea2f4f
sha256sums = eeb0e9f85d72f06937462ceac90cc7f5bb55b56022472c476c137ee95b9fa56b
- sha256sums = d017e7427041b3686887c19264e2c47cc6fc52e654169060bc4db41affe29b6e
+ sha256sums = 3001981f819430f4758600ba99f02c0949cd9963656d31638640265c7ad5b6ac
pkgname = sumo
install = sumo.install
diff --git a/PKGBUILD b/PKGBUILD
index 2a44c29ee66d..7664f93be150 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=('sumo' 'sumo-doc')
pkgbase=sumo
-pkgver=0.23.0
+pkgver=0.24.0
pkgrel=1
pkgdesc="SUMO is an open source, highly portable, microscopic and continuous road traffic simulation package designed to handle large road networks"
arch=('i686' 'x86_64')
@@ -11,7 +11,7 @@ license=('GPL')
depends=('gcc-libs' 'glibc' 'fox' 'xerces-c' 'glu' 'libgl')
makedepends=('make' 'gcc' 'help2man')
source=("http://www.dlr.de/ts/en/Portaldata/16/Resources/Projekte/SUMO/sumo-src-${pkgver}.zip")
-sha256sums=('e29fd76e9d922ece4fb1512553a589a253c6e73a1a8d86ac95f329858ba1138e')
+sha256sums=('7706784ab2ffd763ead9602bb5e069262898a96de45534859424a4795da1de39')
source+=("${pkgbase}.desktop"
"${pkgbase}.sh"
@@ -21,7 +21,7 @@ sha256sums+=('0500ba9cdf827cceae9a9bce66094bdb077300c94b0040bdd710afb92d0d4849'
'eeb0e9f85d72f06937462ceac90cc7f5bb55b56022472c476c137ee95b9fa56b')
source+=("http://www.dlr.de/ts/en/Portaldata/16/Resources/Projekte/SUMO/sumo-doc-${pkgver}.zip")
-sha256sums+=('d017e7427041b3686887c19264e2c47cc6fc52e654169060bc4db41affe29b6e')
+sha256sums+=('3001981f819430f4758600ba99f02c0949cd9963656d31638640265c7ad5b6ac')
prepare() {
cd ${srcdir}/${pkgbase}-${pkgver}