File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1
1
# Maintainer: codereader <greebo[AT]angua[DOT]at>
2
2
pkgname=darkradiant
3
- pkgver=2.8 .0
3
+ pkgver=2.9 .0
4
4
pkgrel=1
5
5
pkgdesc=" Level Editor for Doom 3 (idTech4) and The Dark Mod"
6
6
arch=(" x86_64" )
7
7
url=" https://www.darkradiant.net/"
8
8
license=(" GPL" )
9
9
depends=(wxgtk ftgl glew freealut libvorbis python libsigc++ pybind11)
10
- makedepends=(git boost )
11
- source=(" $pkgname ::git+https://github.com/codereader/DarkRadiant.git#tag=2.8 .0" )
10
+ makedepends=(git)
11
+ source=(" $pkgname ::git+https://github.com/codereader/DarkRadiant.git#tag=2.9 .0" )
12
12
md5sums=(" SKIP" )
13
13
14
14
build () {
Original file line number Diff line number Diff line change 2
2
#include < config.h>
3
3
#define RADIANT_VERSION PACKAGE_VERSION
4
4
#else
5
- #define RADIANT_VERSION " 2.9.0pre4 "
5
+ #define RADIANT_VERSION " 2.9.0 "
6
6
#endif
7
7
8
8
#define RADIANT_APPNAME " DarkRadiant"
Original file line number Diff line number Diff line change 1
1
; Script generated by the Inno Setup Script Wizard.
2
2
; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES!
3
3
4
- #define DarkRadiantVersion " 2.9.0pre4 "
4
+ #define DarkRadiantVersion " 2.9.0 "
5
5
6
6
[Setup]
7
7
AppName = DarkRadiant
Original file line number Diff line number Diff line change 1
1
; Script generated by the Inno Setup Script Wizard.
2
2
; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES!
3
3
4
- #define DarkRadiantVersion " 2.9.0pre4 "
4
+ #define DarkRadiantVersion " 2.9.0 "
5
5
6
6
[Setup]
7
7
AppName = DarkRadiant
You can’t perform that action at this time.
0 commit comments