crispy-doom: update to 6.0.
This commit is contained in:
parent
61e32c5e48
commit
9616ef828b
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'crispy-doom'
|
||||
pkgname=crispy-doom
|
||||
version=5.12.0
|
||||
version=6.0
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
hostmakedepends="autoconf automake pkg-config python3"
|
||||
|
@ -10,7 +10,7 @@ maintainer="Benjamín Albiñana <benalb@gmail.com>"
|
|||
license="GPL-2.0-or-later"
|
||||
homepage="https://github.com/fabiangreffrath/crispy-doom"
|
||||
distfiles="https://github.com/fabiangreffrath/crispy-doom/archive/crispy-doom-${version}.tar.gz"
|
||||
checksum=d85d6e76aa949385458b7702e6fb594996745b94032ffb13e1790376eeecb462
|
||||
checksum=2b85649c615efeac7573883370e9434255af301222b323120692cb9649b7f420
|
||||
|
||||
CFLAGS="-fcommon"
|
||||
|
||||
|
@ -24,4 +24,5 @@ post_install() {
|
|||
mv ${DESTDIR}/usr/share/man/man5/default.cfg.5 ${DESTDIR}/usr/share/man/man5/crispy_default.cfg.5
|
||||
mv ${DESTDIR}/usr/share/man/man5/hexen.cfg.5 ${DESTDIR}/usr/share/man/man5/crispy_hexen.cfg.5
|
||||
mv ${DESTDIR}/usr/share/man/man5/heretic.cfg.5 ${DESTDIR}/usr/share/man/man5/crispy_heretic.cfg.5
|
||||
mv ${DESTDIR}/usr/share/man/man5/strife.cfg.5 ${DESTDIR}/usr/share/man/man5/crispy_strife.cfg.5
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue