summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristian Krause2017-02-06 08:49:03 +0100
committerChristian Krause2017-02-06 08:49:03 +0100
commitc9282f2b032dce59e7e4f89158548d49045ae8bf (patch)
tree693f543bb48a62ebe0271a3e85535870dacdf3ca
parent4463c4703df9033c137b4d3cf23dd20483106ed0 (diff)
downloadaur-c9282f2b032dce59e7e4f89158548d49045ae8bf.tar.gz
minor metadata update
-rw-r--r--.SRCINFO4
-rw-r--r--.gitignore1
-rw-r--r--PKGBUILD4
3 files changed, 5 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b0317e51c72e..e7d4c290fa2d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,10 @@
# Generated by mksrcinfo v8
-# Fri Sep 23 13:27:22 UTC 2016
+# Mon Feb 6 07:48:44 UTC 2017
pkgbase = freeorion
pkgdesc = turn-based space empire and galactic conquest (4X) computer game
pkgver = 0.4.6
pkgrel = 1
- url = https://github.com/freeorion/freeorion/
+ url = http://www.freeorion.org/
install = freeorion.install
arch = i686
arch = x86_64
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 000000000000..42ab3cf03f2d
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1 @@
+*.pkg.tar*
diff --git a/PKGBUILD b/PKGBUILD
index 516053806444..e2146abc712a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,11 +1,11 @@
-# Maintainer: Christian Krause ("wookietreiber") <kizkizzbangbang@googlemail.com>
+# Maintainer: Christian Krause ("wookietreiber") <christian.krause@mailbox.org>
pkgname=freeorion
pkgver=0.4.6
pkgrel=1
pkgdesc="turn-based space empire and galactic conquest (4X) computer game"
+url="http://www.freeorion.org/"
arch=('i686' 'x86_64')
-url="https://github.com/freeorion/freeorion/"
license=('GPL2')
depends=('boost-libs' 'python2' 'sdl2' 'libvorbis' 'glew' 'libtiff' 'libjpeg-turbo' 'openal' 'hicolor-icon-theme' 'freetype2')
makedepends=('boost' 'cmake')