summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCôme Chilliet2018-03-20 21:20:25 +0100
committerCôme Chilliet2018-03-20 21:20:25 +0100
commit6b2071bb1629482676950eadb40418434b2a45e4 (patch)
tree8358abdba478912737ab8a67394b3477ef81a20f
parent1b161de573a99c096c5ce50e33c2b130501676e6 (diff)
downloadaur-6b2071bb1629482676950eadb40418434b2a45e4.tar.gz
Updated to 3.3.1
-rw-r--r--.SRCINFO12
-rw-r--r--PKGBUILD6
2 files changed, 9 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 212570763521..b125c86babc5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Sat Dec 16 12:04:31 UTC 2017
+# Tue Mar 20 20:19:29 UTC 2018
pkgbase = wyrmsun
pkgdesc = Real-time strategy game based on history, mythology and fiction
- pkgver = 3.1.0
+ pkgver = 3.3.1
pkgrel = 1
url = http://andrettin.github.io/
arch = i686
@@ -13,11 +13,11 @@ pkgbase = wyrmsun
makedepends = gendesk
depends = sdl
depends = tolua++
- 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 = wyrmsun-3.3.1.tar.gz::https://github.com/Andrettin/Wyrmsun/archive/v3.3.1.tar.gz
+ source = wyrmgus-3.3.1.tar.gz::https://github.com/Andrettin/Wyrmgus/archive/v3.3.1.tar.gz
source = oaml-1.0.tar.gz::https://github.com/marcelofg55/oaml/archive/v1.0.tar.gz
- md5sums = d30b9698a47e8c62a1ba7fb54568a6ab
- md5sums = 917f6ed1fa4c4c1b918f50c6ef8c30d3
+ md5sums = efb01aa8b7c68cecb42bda652522bfdf
+ md5sums = 75e490a2f8f6de830d7c6c8d19e9603d
md5sums = 97019b32af9a809d812a457a97ed1344
pkgname = wyrmsun
diff --git a/PKGBUILD b/PKGBUILD
index 674ef276e641..292040e47da4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Mantainer: MCMic <come@chilliet.eu>
pkgname=wyrmsun
-pkgver=3.1.0
+pkgver=3.3.1
pkgrel=1
pkgdesc="Real-time strategy game based on history, mythology and fiction"
arch=('i686' 'x86_64')
@@ -12,8 +12,8 @@ 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=('d30b9698a47e8c62a1ba7fb54568a6ab'
- '917f6ed1fa4c4c1b918f50c6ef8c30d3'
+md5sums=('efb01aa8b7c68cecb42bda652522bfdf'
+ '75e490a2f8f6de830d7c6c8d19e9603d'
'97019b32af9a809d812a457a97ed1344')
_name='Wyrmsun'
_categories='Game;StrategyGame'