summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristian Krause2017-10-03 15:20:04 +0200
committerChristian Krause2017-10-03 15:20:04 +0200
commitdacecf457be51d773da6b078878aff173c7f67f8 (patch)
tree2fa4098eb5c34a58a56b8fb77d74e77ca477ef88
parent3a0dfdf16f48bc3ab50f75a3a2c781e9106ea844 (diff)
downloadaur-dacecf457be51d773da6b078878aff173c7f67f8.tar.gz
freeorion-0.4.7.1-1
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD7
2 files changed, 7 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 53a3da6cb9b2..2115d68dbb27 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Fri May 5 18:22:12 UTC 2017
+# Tue Oct 3 13:19:51 UTC 2017
pkgbase = freeorion
pkgdesc = turn-based space empire and galactic conquest (4X) computer game
- pkgver = 0.4.7
+ pkgver = 0.4.7.1
pkgrel = 1
url = http://www.freeorion.org/
arch = i686
@@ -19,8 +19,8 @@ pkgbase = freeorion
depends = hicolor-icon-theme
depends = freetype2
conflicts = freeorion-git
- source = https://github.com/freeorion/freeorion/releases/download/v0.4.7/FreeOrion_v0.4.7_2017-04-24.60d06dc_Source.tar.gz
- md5sums = 30db1505f398403df04707b6e69f79f2
+ source = freeorion-0.4.7.1.tar.gz::https://github.com/freeorion/freeorion/releases/download/v0.4.7.1/FreeOrion_v0.4.7.1_2017-09-03.139ffd9_Source.tar.gz
+ md5sums = 74f6338622cc1ff262fc1e4412f92d45
pkgname = freeorion
diff --git a/PKGBUILD b/PKGBUILD
index 7c2439d30712..0f34bec8115c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Christian Krause ("wookietreiber") <christian.krause@mailbox.org>
pkgname=freeorion
-pkgver=0.4.7
+pkgver=0.4.7.1
pkgrel=1
pkgdesc="turn-based space empire and galactic conquest (4X) computer game"
url="http://www.freeorion.org/"
@@ -10,7 +10,8 @@ license=('GPL2')
depends=('boost-libs' 'python2' 'sdl2' 'libvorbis' 'glew' 'openal' 'hicolor-icon-theme' 'freetype2')
makedepends=('boost' 'cmake')
conflicts=('freeorion-git')
-source=("https://github.com/freeorion/freeorion/releases/download/v0.4.7/FreeOrion_v0.4.7_2017-04-24.60d06dc_Source.tar.gz")
+source=("$pkgname-$pkgver.tar.gz::https://github.com/freeorion/freeorion/releases/download/v0.4.7.1/FreeOrion_v0.4.7.1_2017-09-03.139ffd9_Source.tar.gz")
+md5sums=('74f6338622cc1ff262fc1e4412f92d45')
prepare() {
cd $srcdir/src-tarball
@@ -35,5 +36,3 @@ package() {
make DESTDIR=$pkgdir install
}
-
-md5sums=('30db1505f398403df04707b6e69f79f2')