summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Oelmueller2013-10-09 17:49:23 +0200
committerChris Oelmueller2013-10-14 22:38:14 +0200
commit79616e64119f15eee05cc7178399e854d89984f5 (patch)
tree9d3fe196eff9e442431866543336e2aeaefe8575
parent96c1a5d25b57dc9127d0eff6832f5f38f1a4cdc9 (diff)
downloadaur-79616e64119f15eee05cc7178399e854d89984f5.tar.gz
unknown-horizons: 2013.3-4 (update source, add intltool) (LinuxDonald)
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD7
2 files changed, 8 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1f253eebb604..b4c9b6bcb1e8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,13 @@
pkgbase = unknown-horizons
pkgdesc = 2D realtime strategy simulation with an emphasis on economy and city building.
pkgver = 2013.3
- pkgrel = 3
+ pkgrel = 4
url = http://www.unknown-horizons.org/
arch = i686
arch = x86_64
license = GPL
license = CCPL
+ makedepends = intltool
depends = fife
depends = python2
depends = python2-pillow
@@ -14,8 +15,8 @@ pkgbase = unknown-horizons
conflicts = unknown-horizons-svn
conflicts = unknown-horizons-git
source = https://github.com/unknown-horizons/unknown-horizons/releases/download/2013.3/unknown-horizons-2013.3.tar.xz
- md5sums = 1d7f1c89afdb6c2a559a6e42ebb13def
- sha256sums = 75e2484eec56cbd789f57ed095300e096b1fe73816d862eadc08c08740639a1d
+ md5sums = 2417cb88c12a0f855c96743c7f3287d0
+ sha256sums = 18c2fd62365e40f6bb06b0a3c4106fff592bac249c3f498d49442f5dc217e37d
pkgname = unknown-horizons
diff --git a/PKGBUILD b/PKGBUILD
index 43c3a22edfff..afed680508bd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,16 +6,17 @@
# Contributor: Ronan Rabouin <darkbaboon@gmail.com>
pkgname=unknown-horizons
pkgver=2013.3
-pkgrel=3
+pkgrel=4
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' '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=('1d7f1c89afdb6c2a559a6e42ebb13def')
-sha256sums=('75e2484eec56cbd789f57ed095300e096b1fe73816d862eadc08c08740639a1d')
+md5sums=('2417cb88c12a0f855c96743c7f3287d0')
+sha256sums=('18c2fd62365e40f6bb06b0a3c4106fff592bac249c3f498d49442f5dc217e37d')
package() {
cd "$srcdir/$pkgname"