vitetris: update to 0.58.0.
This commit is contained in:
parent
af8e20427d
commit
72673c58bf
2 changed files with 2 additions and 10 deletions
|
@ -1,8 +0,0 @@
|
|||
--- systest.mk.orig
|
||||
+++ systest.mk
|
||||
@@ -1,4 +1,4 @@
|
||||
systest: systest.c
|
||||
- $(CC) -o systest $(CFLAGS) $(CPPFLAGS) systest.c
|
||||
+ $(CC_FOR_BUILD) $(XBPS_CFLAGS) -o systest systest.c
|
||||
clean:
|
||||
rm -f systest systest.exe
|
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'vitetris'
|
||||
pkgname=vitetris
|
||||
version=0.57.2
|
||||
version=0.58.0
|
||||
revision=1
|
||||
build_style=configure
|
||||
configure_args="--prefix=/usr --with-ncurses --without-x"
|
||||
|
@ -11,7 +11,7 @@ maintainer="bra1nwave <brainwave@openmailbox.org>"
|
|||
license="BSD-2-Clause"
|
||||
homepage="http://www.victornils.net/tetris/"
|
||||
distfiles="https://github.com/vicgeralds/vitetris/archive/v${version}.tar.gz"
|
||||
checksum=c023b33f663a7a47418652b520e83cdcf8d395584e30ec4bcb5e2b3563d4372b
|
||||
checksum=e7e7cb74bb814b9fec80fe4ede3c3f04134d8217d630e092a097238248d604f9
|
||||
|
||||
post_install() {
|
||||
sed -i 's/Exec=tetris/Exec=vitetris/' $DESTDIR/usr/share/applications/vitetris.desktop
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue