moria: bump revision

This commit is contained in:
Leonid Plyushch 2019-06-20 14:10:36 +03:00 committed by Henrik Grimler
parent 3d88759be6
commit 67f7a08dff
1 changed files with 3 additions and 2 deletions

View File

@ -1,11 +1,12 @@
TERMUX_PKG_HOMEPAGE=https://umoria.org
TERMUX_PKG_DESCRIPTION="Rogue-like game with an infinite dungeon"
TERMUX_PKG_LICENSE="GPL-2.0"
TERMUX_PKG_VERSION=5.7.10
TERMUX_PKG_MAINTAINER="Oliver Schmidhauser @Neo-Oli"
TERMUX_PKG_VERSION=5.7.10
TERMUX_PKG_REVISION=1
TERMUX_PKG_SRCURL=https://github.com/dungeons-of-moria/umoria/archive/v${TERMUX_PKG_VERSION}.tar.gz
TERMUX_PKG_SHA256=a43b695d42692245208e9fca4c89976c24947ea7931caa80f79e7f051305b512
TERMUX_PKG_DEPENDS="ncurses"
TERMUX_PKG_DEPENDS="libc++, ncurses"
TERMUX_PKG_EXTRA_CONFIGURE_ARGS="-Dbuild_dir=$TERMUX_PKG_BUILDDIR"
termux_step_create_debscripts() {