summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO14
-rw-r--r--PKGBUILD10
2 files changed, 12 insertions, 12 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5f2d4edf6a62..7febc85b1166 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Tue May 24 18:02:38 UTC 2016
+# Sat Jul 9 17:02:15 UTC 2016
pkgbase = wyrmsun
pkgdesc = Real-time strategy game based on history, mythology and fiction
- pkgver = 2.2.5
+ pkgver = 2.3.0
pkgrel = 1
url = http://andrettin.github.io/
arch = i686
@@ -11,13 +11,13 @@ pkgbase = wyrmsun
license = CC-BY-SA
makedepends = cmake
makedepends = gendesk
- makedepends = tolua++
depends = sdl
- source = wyrmsun-2.2.5.tar.gz::https://github.com/Andrettin/Wyrmsun/archive/v2.2.5.tar.gz
- source = wyrmgus-2.2.5.tar.gz::https://github.com/Andrettin/Wyrmgus/archive/v2.2.5.tar.gz
+ 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 = oaml-1.0.tar.gz::https://github.com/marcelofg55/oaml/archive/v1.0.tar.gz
- md5sums = ee6be1009003f528c7f96030dd5360de
- md5sums = 9fe14828e4ef1832c57d8a9e46013cee
+ md5sums = cf01ded12043350d599dfff8c38ec8d7
+ md5sums = 478e41d0432ca94258f4df03bf3a041e
md5sums = 97019b32af9a809d812a457a97ed1344
pkgname = wyrmsun
diff --git a/PKGBUILD b/PKGBUILD
index 965b682b1994..59a8056c9595 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,19 +1,19 @@
# Mantainer: MCMic <come@chilliet.eu>
pkgname=wyrmsun
-pkgver=2.2.5
+pkgver=2.3.0
pkgrel=1
pkgdesc="Real-time strategy game based on history, mythology and fiction"
arch=('i686' 'x86_64')
url="http://andrettin.github.io/"
license=('GPL' 'CC-BY-SA')
-depends=('sdl')
-makedepends=('cmake' 'gendesk' 'tolua++')
+depends=('sdl' 'tolua++')
+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=('ee6be1009003f528c7f96030dd5360de'
- '9fe14828e4ef1832c57d8a9e46013cee'
+md5sums=('cf01ded12043350d599dfff8c38ec8d7'
+ '478e41d0432ca94258f4df03bf3a041e'
'97019b32af9a809d812a457a97ed1344')
_name='Wyrmsun'
_categories='Game;StrategyGame'