Skip to content

Commit 95c08c5

Browse files
committed
moon-buggy: update to 1.1.0
1 parent 04bc042 commit 95c08c5

1 file changed

Lines changed: 7 additions & 6 deletions

File tree

srcpkgs/moon-buggy/template

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,19 @@
11
# Template file for 'moon-buggy'
22
pkgname=moon-buggy
3-
version=1.0.51
4-
revision=5
3+
version=1.1.0
4+
revision=1
55
build_style=gnu-configure
66
configure_args="--sharedstatedir=/var/db"
77
make_dirs="/var/db/moon-buggy 777 root root"
88
makedepends="ncurses-devel"
99
short_desc="A simple character graphics game"
1010
maintainer="Enno Boland <gottox@voidlinux.org>"
11-
license="GPL-2.0-only"
12-
homepage="http://www.seehuhn.de/pages/moon-buggy"
13-
distfiles="http://m.seehuhn.de/programs/$pkgname-$version.tar.gz"
14-
checksum=352dc16ccae4c66f1e87ab071e6a4ebeb94ff4e4f744ce1b12a769d02fe5d23f
11+
license="GPL-3.0-only"
12+
homepage="https://www.seehuhn.de/programs/moon-buggy/"
13+
distfiles="https://www.seehuhn.de/programs/moon-buggy/moon-buggy-${version}.tar.gz"
14+
checksum=259ae6e7b1838c40532af5c0f20cd7c6173cd5c552ede408114064475bcfc5b6
1515

1616
post_extract() {
17+
# don't clash with ncursesw exported symbol
1718
sed -i 's/key_name/Key_Name/g' keyboard.c
1819
}

0 commit comments

Comments
 (0)