summaryrefslogtreecommitdiff
path: root/community/freeorion/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/freeorion/PKGBUILD')
-rw-r--r--community/freeorion/PKGBUILD8
1 files changed, 2 insertions, 6 deletions
diff --git a/community/freeorion/PKGBUILD b/community/freeorion/PKGBUILD
index 4a23823a8..09b6154c9 100644
--- a/community/freeorion/PKGBUILD
+++ b/community/freeorion/PKGBUILD
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD 83248 2013-01-28 16:49:34Z stephane $
+# $Id: PKGBUILD 83429 2013-01-31 23:07:12Z arodseth $
# 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=5
+pkgrel=6
pkgdesc='Turn-based galactic conquest game inspired by Master of Orion'
arch=('x86_64' 'i686')
url='http://www.freeorion.org/'
@@ -38,10 +38,6 @@ build() {
cd "$srcdir"
gendesk -n
- # 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"