endless-sky: update to 0.9.11.
This commit is contained in:
parent
20902fccae
commit
ca4260a526
2 changed files with 2 additions and 13 deletions
|
@ -1,11 +0,0 @@
|
|||
--- SConstruct.orig
|
||||
+++ SConstruct
|
||||
@@ -2,6 +2,8 @@
|
||||
|
||||
# Load environment variables, including some that should be renamed.
|
||||
env = Environment(ENV = os.environ)
|
||||
+if 'CXX' in os.environ:
|
||||
+ env.Replace(CXX = os.environ['CXX'])
|
||||
if 'CXXFLAGS' in os.environ:
|
||||
env.Append(CCFLAGS = os.environ['CXXFLAGS'])
|
||||
if 'LDFLAGS' in os.environ:
|
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'endless-sky'
|
||||
pkgname=endless-sky
|
||||
version=0.9.10
|
||||
version=0.9.11
|
||||
revision=1
|
||||
build_style=scons
|
||||
makedepends="SDL2-devel glew-devel libjpeg-turbo-devel libmad-devel
|
||||
|
@ -11,7 +11,7 @@ maintainer="CoolOhm <micvlas@gmail.com>"
|
|||
license="GPL-3.0-or-later"
|
||||
homepage="http://endless-sky.github.io/"
|
||||
distfiles="https://github.com/endless-sky/endless-sky/archive/v${version}.tar.gz"
|
||||
checksum=58f2e405e171be8426004216df4df7bb3a2792a507a5d01f77a0f02346332f6f
|
||||
checksum=6d5a17a100a1a7c72557fab8a63924aeb9e8ee08ff7194fd25de292e751ec1dd
|
||||
|
||||
endless-sky-data_package() {
|
||||
short_desc+=" - data files"
|
||||
|
|
Loading…
Reference in a new issue