Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

colobot: update to 0.2.2 #53655

Merged
merged 2 commits into from
Dec 23, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions srcpkgs/colobot-data/template
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
# Template file for 'colobot-data'
pkgname=colobot-data
version=0.2.1
version=0.2.2
revision=1
build_wrksrc="colobot-data-colobot-gold-${version}-alpha"
build_style=cmake
hostmakedepends="python3"
short_desc="Real-time strategy game, where you can program your units (data files)"
Expand All @@ -11,9 +10,10 @@ license="GPL-3.0-or-later"
homepage="https://github.com/colobot/colobot-data"
distfiles="https://github.com/colobot/colobot-data/archive/colobot-gold-${version}-alpha.tar.gz
https://colobot.info/files/music/colobot-music_ogg_${version}-alpha.tar.gz"
checksum="409152eaa591210211310ff2f5c459f420c10ce5b85d05b07ba5695cf7584570
checksum="5c959a65ffc6047b656339bad425e2c050d3eb826e857dd80e2a03da0418c000
55e89d244f1f63e2467ef71253ca881ee31279f02aac9ac4706ef26c466306e9"
skip_extraction="colobot-music_ogg_${version}-alpha.tar.gz"

post_extract() {
mv *.ogg LICENSE.txt ${build_wrksrc}/music/
vsrcextract -C music --no-strip-components colobot-music_ogg_${version}-alpha.tar.gz
}
6 changes: 3 additions & 3 deletions srcpkgs/colobot/template
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# Template file for 'colobot'
pkgname=colobot
# needs to be kept in sync with colobot-data (provides game assets)
version=0.2.1
revision=2
version=0.2.2
revision=1
build_style=cmake
configure_args="-DCOLOBOT_INSTALL_BIN_DIR=/usr/bin -DOpenGL_GL_PREFERENCE=GLVND"
hostmakedepends="gettext librsvg-utils perl po4a xmlstarlet"
Expand All @@ -15,4 +15,4 @@ maintainer="tranzystorekk <[email protected]>"
license="GPL-3.0-or-later"
homepage="https://colobot.info/"
distfiles="https://github.com/colobot/colobot/archive/colobot-gold-${version}-alpha.tar.gz"
checksum=e2a6df3cb5e713da6ac13b5b4cb9fe9d22dbffab3b7163a886060c38a0d0639e
checksum=047eb2bc96725598d918c5b500928e3a08fa3e6e7e730a82169da4524b03ddad
Loading