From ca513ebb50d4a0566a3472f8f277c707a6d80d5f Mon Sep 17 00:00:00 2001 From: Duncaen Date: Sun, 9 Apr 2023 17:53:54 +0200 Subject: [PATCH] castero: update to 0.9.5. --- srcpkgs/castero/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/castero/template b/srcpkgs/castero/template index 3c5efd2c1ca..6ed0628cf24 100644 --- a/srcpkgs/castero/template +++ b/srcpkgs/castero/template @@ -1,7 +1,7 @@ # Template file for 'castero' pkgname=castero -version=0.9.4 -revision=3 +version=0.9.5 +revision=1 build_style=python3-module hostmakedepends="python3-setuptools" # taken from https://github.com/xgi/castero/blob/master/requirements.txt, @@ -15,7 +15,7 @@ license="MIT" homepage="https://github.com/xgi/castero" changelog="https://raw.githubusercontent.com/xgi/castero/master/CHANGELOG.md" distfiles="https://github.com/xgi/castero/archive/v${version}.tar.gz" -checksum=53df64e3dfa407c78c46907339d068b3649be62fc9f3a3ce76a803658843f88d +checksum=0615e8809e66e51f87a7e4e7e8ce3ab5542e7fdd68b22df31ec2cdd5f8e103a9 # Remove requirement of python3-vlc # as we can use python3-mpv instead,