mirror of
https://gitdl.cn/https://github.com/chakralinux/desktop.git
synced 2025-01-23 18:14:51 +08:00
freeciv: update to 2.6.0
This commit is contained in:
parent
3ff34da8a0
commit
bfcc5ff2c8
@ -1,64 +0,0 @@
|
||||
2010-11-20 Adrián Chaves Fernández (Gallaecio) <adriyetichaves[at]gmail[dot]com>
|
||||
|
||||
* 2.2.3-1 :
|
||||
Imported from Arch Linux: http://repos.archlinux.org/wsvn/packages/freeciv/trunk/?rev=90907
|
||||
|
||||
2010-09-18 Eric Belanger <eric@archlinux.org>
|
||||
|
||||
* freeciv 2.2.3-1
|
||||
* Upstream update
|
||||
|
||||
2010-08-03 Eric Belanger <eric@archlinux.org>
|
||||
|
||||
* freeciv 2.2.2-1
|
||||
* Upstream update
|
||||
|
||||
2010-05-29 Eric Belanger <eric@archlinux.org>
|
||||
|
||||
* freeciv 2.2.1-1
|
||||
* Upstream update
|
||||
|
||||
2010-02-22 Eric Belanger <eric@archlinux.org>
|
||||
|
||||
* freeciv 2.2.0-2
|
||||
* Upstream update
|
||||
* Removed libtool files
|
||||
* Added dynamic library
|
||||
|
||||
2010-01-29 Eric Belanger <eric@archlinux.org>
|
||||
|
||||
* freeciv 2.1.11-1
|
||||
* Upstream update
|
||||
|
||||
2009-12-10 Eric Belanger <eric@archlinux.org>
|
||||
|
||||
* freeciv 2.1.10-1
|
||||
* Upstream update
|
||||
* Removed esound depends
|
||||
* Added install script to update icon cache
|
||||
|
||||
2009-06-18 Eric Belanger <eric@archlinux.org>
|
||||
|
||||
* freeciv 2.1.9-2
|
||||
* Rebuilt against readline 6.0.00
|
||||
|
||||
2009-04-06 Eric Belanger <eric@archlinux.org>
|
||||
|
||||
* freeciv 2.1.9-1
|
||||
* Upstream update
|
||||
|
||||
2008-12-14 Eric Belanger <eric@archlinux.org>
|
||||
|
||||
* freeciv 2.1.8-1
|
||||
* Upstream update
|
||||
|
||||
2008-11-26 Eric Belanger <eric@archlinux.org>
|
||||
|
||||
* freeciv 2.1.7-1
|
||||
* Upstream update
|
||||
|
||||
2008-11-08 Eric Belanger <eric@archlinux.org>
|
||||
|
||||
* freeciv 2.1.6-1
|
||||
* Upstream update
|
||||
* Added ChangeLog
|
@ -1,16 +1,16 @@
|
||||
pkgname=freeciv
|
||||
pkgver=2.5.11
|
||||
pkgver=2.6.0
|
||||
pkgrel=1
|
||||
pkgdesc="Multiplayer clone of Civilization™."
|
||||
arch=('x86_64')
|
||||
url="http://www.freeciv.org/"
|
||||
license=('GPL2')
|
||||
depends=('bzip2' 'freetype2' 'readline' 'sqlite3' 'curl' 'libltdl' 'sdl' 'sdl_mixer' 'qt5-base')
|
||||
depends=('bzip2' 'freetype2' 'readline' 'sqlite3' 'curl' 'libltdl' 'lua' 'sdl2' 'sdl2_mixer' 'qt5-base')
|
||||
makedepends=('qt5-tools')
|
||||
categories=('games')
|
||||
backup=('etc/freeciv/database.lua')
|
||||
source=(http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.bz2)
|
||||
sha256sums=('4c9c526952fe977cb4b302b8ccf75798fd066c6dde670f72f677fe4964259aad')
|
||||
source=(https://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.bz2)
|
||||
sha256sums=('7c20399198d6c7d846fed9a69b02e01134ae5340a3ae0f99d1e38063ade6c999')
|
||||
|
||||
build() {
|
||||
cd $srcdir/$pkgname-$pkgver
|
||||
|
Loading…
Reference in New Issue
Block a user