summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Oelmueller2017-01-28 00:01:30 +0100
committerChris Oelmueller2017-01-28 00:02:13 +0100
commit061d2b92b8299f0b01a2c61f3b5ee761a62e2437 (patch)
tree4daa6a47677e5fe9ed7086fc2ed459671caea3ad
parent3a5235ca563a7b73ab84a96d4cae3b294bca91d2 (diff)
downloadaur-061d2b92b8299f0b01a2c61f3b5ee761a62e2437.tar.gz
[unknown-horizons] 2017.1: New release, back to non-git fife
-rw-r--r--.SRCINFO15
-rw-r--r--PKGBUILD19
2 files changed, 13 insertions, 21 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f638a19d06dc..19773de23c1a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,8 @@
+# Generated by mksrcinfo v8
+# Fri Jan 27 23:02:07 UTC 2017
pkgbase = unknown-horizons
pkgdesc = 2D realtime strategy simulation with an emphasis on economy and city building.
- pkgver = 2014.1
+ pkgver = 2017.1
pkgrel = 1
url = http://www.unknown-horizons.org/
arch = i686
@@ -8,18 +10,15 @@ pkgbase = unknown-horizons
license = GPL
license = CCPL
makedepends = intltool
- depends = fife-git
+ depends = fife>=0.4.0
depends = python2
depends = python2-pillow
depends = python2-yaml
conflicts = unknown-horizons-svn
conflicts = unknown-horizons-git
- source = https://github.com/unknown-horizons/unknown-horizons/releases/download/2014.1/unknown-horizons-2014.1.tar.xz
- source = fix-atlas-overlays.diff::https://github.com/unknown-horizons/unknown-horizons/commit/405c514eab9e2abffe8d1a8912646447e6a29cfa.patch
- md5sums = 276ed6118eba6af615a286ff2989da6c
- md5sums = 19259e1a80873925aea281772f014be3
- sha256sums = 5f9dd483e81ad89bff1bc46739349ab531cc930830bf17ef390ac239940a236b
- sha256sums = e051fb7555d9478e06ee278856b27d1e0ef94cf88db9babdf0f903e5df03ef6f
+ source = https://github.com/unknown-horizons/unknown-horizons/releases/download/2017.1/unknown-horizons-2017.1.tar.xz
+ md5sums = 7c0eafd5320b85da27d717e704b677a3
+ sha256sums = daa4bccf6dfff7fef0209331d335f73ba506e9ed35d8dc98f34395813acb418c
pkgname = unknown-horizons
diff --git a/PKGBUILD b/PKGBUILD
index cbd2731bbc3a..363bb9476d90 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,28 +5,21 @@
# Contributor: Deather <deather.jeuxlinux@gmail.com>
# Contributor: Ronan Rabouin <darkbaboon@gmail.com>
pkgname=unknown-horizons
-pkgver=2014.1
+pkgver=2017.1
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-git' 'python2' 'python2-pillow' 'python2-yaml')
+depends=('fife>=0.4.0' '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"
- "fix-atlas-overlays.diff::https://github.com/unknown-horizons/unknown-horizons/commit/405c514eab9e2abffe8d1a8912646447e6a29cfa.patch")
-md5sums=('276ed6118eba6af615a286ff2989da6c'
- '19259e1a80873925aea281772f014be3')
-sha256sums=('5f9dd483e81ad89bff1bc46739349ab531cc930830bf17ef390ac239940a236b'
- 'e051fb7555d9478e06ee278856b27d1e0ef94cf88db9babdf0f903e5df03ef6f')
+source=("https://github.com/${pkgname}/${pkgname}/releases/download/${pkgver}/${pkgname}-${pkgver}.tar.xz")
+md5sums=('7c0eafd5320b85da27d717e704b677a3')
+sha256sums=('daa4bccf6dfff7fef0209331d335f73ba506e9ed35d8dc98f34395813acb418c')
-prepare() {
- cd "$srcdir/$pkgname"
- # Fix crash with color overlays if using atlases (the default)
- patch -p1 -i "${srcdir}/fix-atlas-overlays.diff"
-}
package() {
cd "$srcdir/$pkgname"
python2 setup.py --quiet install --root="$pkgdir" --optimize=1
}
+