hatari: update to 2.3.1, switch to python3
This commit is contained in:
parent
1911f68c45
commit
03059ebdb3
1 changed files with 4 additions and 4 deletions
|
@ -1,9 +1,9 @@
|
|||
# Template file for 'hatari'
|
||||
pkgname=hatari
|
||||
version=2.2.1
|
||||
version=2.3.1
|
||||
revision=1
|
||||
build_style=cmake
|
||||
hostmakedepends="pkg-config"
|
||||
hostmakedepends="pkg-config python3"
|
||||
makedepends="SDL2-devel libpng-devel portaudio-devel zlib-devel"
|
||||
depends="hicolor-icon-theme"
|
||||
short_desc="Atari ST/STE/TT/Falcon emulator"
|
||||
|
@ -11,5 +11,5 @@ maintainer="Jarbowski <jarbowski@cock.lu>"
|
|||
license="GPL-2.0-or-later"
|
||||
homepage="http://hatari.tuxfamily.org/"
|
||||
distfiles="http://download.tuxfamily.org/${pkgname}/${version}/${pkgname}-${version}.tar.bz2"
|
||||
checksum=11afef30a274be84696588583d5a1d65c8046934670f718c311c956ef7106f60
|
||||
python_version=2 #unverified
|
||||
checksum=44a2f62ca995e38d9e0874806956f0b9c3cc84ea89e0169a63849b63cd3b64bd
|
||||
python_version=3
|
||||
|
|
Loading…
Reference in a new issue