summaryrefslogtreecommitdiff
path: root/community/freeorion/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/freeorion/PKGBUILD')
-rw-r--r--community/freeorion/PKGBUILD19
1 files changed, 12 insertions, 7 deletions
diff --git a/community/freeorion/PKGBUILD b/community/freeorion/PKGBUILD
index f81715361..4a23823a8 100644
--- a/community/freeorion/PKGBUILD
+++ b/community/freeorion/PKGBUILD
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD 79478 2012-11-06 02:15:41Z arodseth $
+# $Id: PKGBUILD 83248 2013-01-28 16:49:34Z stephane $
# Maintainer: Alexander Rødseth <rodseth@gmail.com>
# Contributor: guini <sidtrun@googlemail.com>
# Contributor: Forrest Loomis <cybercyst _ at _ gmail dot com>
@@ -7,7 +7,7 @@
pkgname=freeorion
pkgver=0.4.1
-pkgrel=4
+pkgrel=5
pkgdesc='Turn-based galactic conquest game inspired by Master of Orion'
arch=('x86_64' 'i686')
url='http://www.freeorion.org/'
@@ -32,16 +32,21 @@ sha256sums=('111532e460aec847ff455ee67dd64f46e2fa5ceba39a0349d25a84b69c646eaf'
'3dbe8df9c3a4a0d6451f42727ebf9bcb21fed41a08d1181d1cf77ef4ab5ee81a')
_svnrepo='https://freeorion.svn.sourceforge.net/svnroot/freeorion/trunk/FreeOrion/'
_pyversion=2.7
-_revision=5379
+_revision=5671 #5379
build() {
cd "$srcdir"
gendesk -n
- msg2 'Looking up revision from version number...'
- _releaserevision=`curl --progress-bar -o- ${url}index.php/Compile | grep "$pkgver" | cut -d':' -f2 | cut -d' ' -f10 | tail -1`
- msg2 "The revision for the latest official release is $_releaserevision"
- # _revision=$_releaserevision
+ # Sometimes the latest revision works, sometimes it's the "release" revision that works.
+ # Sometimes the release tarball works, sometimes not. Sometimes there is a release tarball, sometimes not.
+ # Search for "Arch" in the sf.net/projects/freeorion issue tracker to see a list of past issues.
+
+ #msg2 'Looking up revision from version number...'
+ #_releaserevision=`curl --progress-bar -o- ${url}index.php/Compile | grep "$pkgver" | cut -d':' -f2 | cut -d' ' -f10 | tail -1`
+ #msg2 "The revision for the latest official release is $_releaserevision"
+ ## _revision=$_releaserevision
+
msg2 "Compiling with revision $_revision"
msg2 "Checking out svn revision $_revision..."