mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-17 04:23:50 +02:00
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'
|
# Template file for 'hatari'
|
||||||
pkgname=hatari
|
pkgname=hatari
|
||||||
version=2.2.1
|
version=2.3.1
|
||||||
revision=1
|
revision=1
|
||||||
build_style=cmake
|
build_style=cmake
|
||||||
hostmakedepends="pkg-config"
|
hostmakedepends="pkg-config python3"
|
||||||
makedepends="SDL2-devel libpng-devel portaudio-devel zlib-devel"
|
makedepends="SDL2-devel libpng-devel portaudio-devel zlib-devel"
|
||||||
depends="hicolor-icon-theme"
|
depends="hicolor-icon-theme"
|
||||||
short_desc="Atari ST/STE/TT/Falcon emulator"
|
short_desc="Atari ST/STE/TT/Falcon emulator"
|
||||||
|
@ -11,5 +11,5 @@ maintainer="Jarbowski <jarbowski@cock.lu>"
|
||||||
license="GPL-2.0-or-later"
|
license="GPL-2.0-or-later"
|
||||||
homepage="http://hatari.tuxfamily.org/"
|
homepage="http://hatari.tuxfamily.org/"
|
||||||
distfiles="http://download.tuxfamily.org/${pkgname}/${version}/${pkgname}-${version}.tar.bz2"
|
distfiles="http://download.tuxfamily.org/${pkgname}/${version}/${pkgname}-${version}.tar.bz2"
|
||||||
checksum=11afef30a274be84696588583d5a1d65c8046934670f718c311c956ef7106f60
|
checksum=44a2f62ca995e38d9e0874806956f0b9c3cc84ea89e0169a63849b63cd3b64bd
|
||||||
python_version=2 #unverified
|
python_version=3
|
||||||
|
|
Loading…
Add table
Reference in a new issue