[arch-commits] Commit in freeorion/trunk (PKGBUILD)

arodseth at nymeria.archlinux.org arodseth at nymeria.archlinux.org
Thu Jan 24 00:01:48 UTC 2013


    Date: Thursday, January 24, 2013 @ 01:01:48
  Author: arodseth
Revision: 82761

upgpkg: freeorion 0.4.1-5, boost todo list

Modified:
  freeorion/trunk/PKGBUILD

----------+
 PKGBUILD |   17 +++++++++++------
 1 file changed, 11 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-01-23 21:19:41 UTC (rev 82760)
+++ PKGBUILD	2013-01-24 00:01:48 UTC (rev 82761)
@@ -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 @@
             '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..."




More information about the arch-commits mailing list