castero: update to 0.9.5.

This commit is contained in:
Duncaen 2023-04-09 17:53:54 +02:00
parent 825046730a
commit ca513ebb50
No known key found for this signature in database
GPG key ID: 335C1D17EC3D6E35

View file

@ -1,7 +1,7 @@
# Template file for 'castero' # Template file for 'castero'
pkgname=castero pkgname=castero
version=0.9.4 version=0.9.5
revision=3 revision=1
build_style=python3-module build_style=python3-module
hostmakedepends="python3-setuptools" hostmakedepends="python3-setuptools"
# taken from https://github.com/xgi/castero/blob/master/requirements.txt, # taken from https://github.com/xgi/castero/blob/master/requirements.txt,
@ -15,7 +15,7 @@ license="MIT"
homepage="https://github.com/xgi/castero" homepage="https://github.com/xgi/castero"
changelog="https://raw.githubusercontent.com/xgi/castero/master/CHANGELOG.md" changelog="https://raw.githubusercontent.com/xgi/castero/master/CHANGELOG.md"
distfiles="https://github.com/xgi/castero/archive/v${version}.tar.gz" distfiles="https://github.com/xgi/castero/archive/v${version}.tar.gz"
checksum=53df64e3dfa407c78c46907339d068b3649be62fc9f3a3ce76a803658843f88d checksum=0615e8809e66e51f87a7e4e7e8ce3ab5542e7fdd68b22df31ec2cdd5f8e103a9
# Remove requirement of python3-vlc # Remove requirement of python3-vlc
# as we can use python3-mpv instead, # as we can use python3-mpv instead,