summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Oelmueller2017-02-10 19:06:47 +0100
committerChris Oelmueller2017-02-10 19:06:47 +0100
commit78a29a24dd5c0c390c77c6354649822daf7e2d8f (patch)
tree5030c8b619529522340faea049d5994660b2e317
parent061d2b92b8299f0b01a2c61f3b5ee761a62e2437 (diff)
downloadaur-78a29a24dd5c0c390c77c6354649822daf7e2d8f.tar.gz
[unknown-horizons] 2017.2: New minor release, requires new FIFE
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD8
2 files changed, 9 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 19773de23c1a..a23d58516f79 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Fri Jan 27 23:02:07 UTC 2017
+# Fri Feb 10 18:05:30 UTC 2017
pkgbase = unknown-horizons
pkgdesc = 2D realtime strategy simulation with an emphasis on economy and city building.
- pkgver = 2017.1
+ pkgver = 2017.2
pkgrel = 1
url = http://www.unknown-horizons.org/
arch = i686
@@ -16,9 +16,9 @@ pkgbase = unknown-horizons
depends = python2-yaml
conflicts = unknown-horizons-svn
conflicts = unknown-horizons-git
- source = https://github.com/unknown-horizons/unknown-horizons/releases/download/2017.1/unknown-horizons-2017.1.tar.xz
- md5sums = 7c0eafd5320b85da27d717e704b677a3
- sha256sums = daa4bccf6dfff7fef0209331d335f73ba506e9ed35d8dc98f34395813acb418c
+ source = https://github.com/unknown-horizons/unknown-horizons/releases/download/2017.2/unknown-horizons-2017.2.tar.xz
+ md5sums = a99c8858f6cce0b560b97ce74518d007
+ sha256sums = 4d2d3d1d82b9c5bbe4d49a3ee82eff70b8fec6429eb295e86cd6a381345ad7bb
pkgname = unknown-horizons
diff --git a/PKGBUILD b/PKGBUILD
index 363bb9476d90..0cbb9dbae6ae 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,18 +5,18 @@
# Contributor: Deather <deather.jeuxlinux@gmail.com>
# Contributor: Ronan Rabouin <darkbaboon@gmail.com>
pkgname=unknown-horizons
-pkgver=2017.1
+pkgver=2017.2
pkgrel=1
pkgdesc="2D realtime strategy simulation with an emphasis on economy and city building."
arch=('i686' 'x86_64')
url="http://www.unknown-horizons.org/"
license=('GPL' 'CCPL')
-depends=('fife>=0.4.0' 'python2' 'python2-pillow' 'python2-yaml')
+depends=('fife>=0.4.1' 'python2' 'python2-pillow' 'python2-yaml')
makedepends=('intltool')
conflicts=('unknown-horizons-svn' 'unknown-horizons-git')
source=("https://github.com/${pkgname}/${pkgname}/releases/download/${pkgver}/${pkgname}-${pkgver}.tar.xz")
-md5sums=('7c0eafd5320b85da27d717e704b677a3')
-sha256sums=('daa4bccf6dfff7fef0209331d335f73ba506e9ed35d8dc98f34395813acb418c')
+md5sums=('a99c8858f6cce0b560b97ce74518d007')
+sha256sums=('4d2d3d1d82b9c5bbe4d49a3ee82eff70b8fec6429eb295e86cd6a381345ad7bb')
package() {
cd "$srcdir/$pkgname"