diff options
author | root <root@rshg054.dnsready.net> | 2013-01-29 00:06:25 -0800 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2013-01-29 00:06:25 -0800 |
commit | 2cb7f65fb24926493d457f6931e421e27aa629da (patch) | |
tree | dfd419375945457b6b6dd74c280812f8e5533743 /community/freeorion | |
parent | 1b9f6dc846379470b620b5dbb9d4d7acd1de148c (diff) |
Tue Jan 29 00:06:25 PST 2013
Diffstat (limited to 'community/freeorion')
-rw-r--r-- | community/freeorion/PKGBUILD | 19 |
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..." |