cutemaze: 1.2.6 -> 1.3.0

This commit is contained in:
Danny Rawlins 2021-05-11 00:51:32 +10:00
parent 7342a81468
commit 82030d4240
3 changed files with 7 additions and 9 deletions

View File

@ -64,5 +64,3 @@ drwxr-xr-x root/root usr/share/man/man6/
-rw-r--r-- root/root usr/share/man/man6/cutemaze.6.gz
drwxr-xr-x root/root usr/share/metainfo/
-rw-r--r-- root/root usr/share/metainfo/cutemaze.appdata.xml
drwxr-xr-x root/root usr/share/pixmaps/
-rw-r--r-- root/root usr/share/pixmaps/cutemaze.xpm

View File

@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/contrib.pub
RWSagIOpLGJF31Ncs+u9u1yBP4egurhGA9VEtrmdBlZZHtwgiKoTv4R1196bZ6YMPPqvikXx9yiy37KYX6AqB4e304qiOO1NQAM=
SHA256 (Pkgfile) = a3e621a4875cda23c92bb35d039c89ae0430010ed5a3485b6f371a84bea28567
SHA256 (.footprint) = c20c801ab9618fcfc482368072b99c7837aaf4419ebc7ace1d4b835bc26e9901
SHA256 (cutemaze-1.2.6-src.tar.bz2) = 3cb3277fd08f129eec8bc62cfbd8fe2803a0224186a70f676cd6c511850c835f
RWSagIOpLGJF30MR0pUCU3Bt6bwlrIl5e0O+Pl7dVGlY7Zdg4HoPHRBYYjOap4TZ7LsyoaSh2YZZ1+dGjHUIPZSMVgzSzHLE/gE=
SHA256 (Pkgfile) = f21de2150ecf1497eab6c20e148db0c98403613e54b3d523ccb0543c5f782055
SHA256 (.footprint) = 8385f8726cd361d1fcdc65f253c9144da0bf7b84c11868991af6ebe17f451f3e
SHA256 (cutemaze-1.3.0-src.tar.bz2) = 87bf87d84dfb6554a794f6ba203fa5344bc5b54e4f7dd3129418ea06e9a88e85

View File

@ -1,16 +1,16 @@
# Description: Top-down maze game.
# URL: https://gottcode.org/cutemaze
# Maintainer: Danny Rawlins, crux at romster dot me
# Depends on: qt5
# Depends on: qt6
name=cutemaze
version=1.2.6
version=1.3.0
release=1
source=(https://gottcode.org/$name/$name-$version-src.tar.bz2)
build() {
cd $name-$version
qmake PREFIX=/usr
qmake-qt6 PREFIX=/usr
make
make INSTALL_ROOT=$PKG install
}