summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCôme Chilliet2017-12-16 13:04:52 +0100
committerCôme Chilliet2017-12-16 13:04:52 +0100
commit1b161de573a99c096c5ce50e33c2b130501676e6 (patch)
tree16504271f0335cc2d007f1819892ca70404f67ab
parentfb46ed36326924baca6baa5ce9e2434bea5bd79b (diff)
downloadaur-1b161de573a99c096c5ce50e33c2b130501676e6.tar.gz
Updated to 3.1.0
-rw-r--r--.SRCINFO12
-rw-r--r--PKGBUILD8
2 files changed, 10 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7febc85b1166..212570763521 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Sat Jul 9 17:02:15 UTC 2016
+# Sat Dec 16 12:04:31 UTC 2017
pkgbase = wyrmsun
pkgdesc = Real-time strategy game based on history, mythology and fiction
- pkgver = 2.3.0
+ pkgver = 3.1.0
pkgrel = 1
url = http://andrettin.github.io/
arch = i686
@@ -13,11 +13,11 @@ pkgbase = wyrmsun
makedepends = gendesk
depends = sdl
depends = tolua++
- source = wyrmsun-2.3.0.tar.gz::https://github.com/Andrettin/Wyrmsun/archive/v2.3.0.tar.gz
- source = wyrmgus-2.3.0.tar.gz::https://github.com/Andrettin/Wyrmgus/archive/v2.3.0.tar.gz
+ source = wyrmsun-3.1.0.tar.gz::https://github.com/Andrettin/Wyrmsun/archive/v3.1.0.tar.gz
+ source = wyrmgus-3.1.0.tar.gz::https://github.com/Andrettin/Wyrmgus/archive/v3.1.0.tar.gz
source = oaml-1.0.tar.gz::https://github.com/marcelofg55/oaml/archive/v1.0.tar.gz
- md5sums = cf01ded12043350d599dfff8c38ec8d7
- md5sums = 478e41d0432ca94258f4df03bf3a041e
+ md5sums = d30b9698a47e8c62a1ba7fb54568a6ab
+ md5sums = 917f6ed1fa4c4c1b918f50c6ef8c30d3
md5sums = 97019b32af9a809d812a457a97ed1344
pkgname = wyrmsun
diff --git a/PKGBUILD b/PKGBUILD
index 59a8056c9595..674ef276e641 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Mantainer: MCMic <come@chilliet.eu>
pkgname=wyrmsun
-pkgver=2.3.0
+pkgver=3.1.0
pkgrel=1
pkgdesc="Real-time strategy game based on history, mythology and fiction"
arch=('i686' 'x86_64')
@@ -12,9 +12,9 @@ makedepends=('cmake' 'gendesk')
source=("wyrmsun-${pkgver}.tar.gz::https://github.com/Andrettin/Wyrmsun/archive/v${pkgver}.tar.gz"
"wyrmgus-${pkgver}.tar.gz::https://github.com/Andrettin/Wyrmgus/archive/v${pkgver}.tar.gz"
"oaml-1.0.tar.gz::https://github.com/marcelofg55/oaml/archive/v1.0.tar.gz")
-md5sums=('cf01ded12043350d599dfff8c38ec8d7'
- '478e41d0432ca94258f4df03bf3a041e'
- '97019b32af9a809d812a457a97ed1344')
+md5sums=('d30b9698a47e8c62a1ba7fb54568a6ab'
+ '917f6ed1fa4c4c1b918f50c6ef8c30d3'
+ '97019b32af9a809d812a457a97ed1344')
_name='Wyrmsun'
_categories='Game;StrategyGame'