diff options
author | root <root@rshg054.dnsready.net> | 2013-02-02 00:54:57 -0800 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2013-02-02 00:54:57 -0800 |
commit | 2f5224819ae83de6e9d8de008d5f2dc24769cb0d (patch) | |
tree | 2360fd091d34099cfbc4f747babe6280da5cb65c /community/freeorion/PKGBUILD | |
parent | edd3a17c9ed0cc3fa7fb62b4ad4178e064d46cda (diff) |
Sat Feb 2 00:54:57 PST 2013
Diffstat (limited to 'community/freeorion/PKGBUILD')
-rw-r--r-- | community/freeorion/PKGBUILD | 8 |
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" |