From 3b8a354605605ec79175320367d8080b40a6fc16 Mon Sep 17 00:00:00 2001 From: Mohammed Anas Date: Fri, 6 Oct 2023 00:02:56 +0100 Subject: [PATCH] yasm: migrate to `python3`. --- srcpkgs/yasm/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/yasm/template b/srcpkgs/yasm/template index db3720d15a95d..31373cf54ad0e 100644 --- a/srcpkgs/yasm/template +++ b/srcpkgs/yasm/template @@ -3,12 +3,12 @@ pkgname=yasm version=1.3.0 revision=2 build_style=gnu-configure -hostmakedepends="xmlto python" +hostmakedepends="xmlto python3" short_desc="Complete rewrite of the NASM assembler" maintainer="Orphaned " license="BSD-3-Clause, Artistic-1.0, GPL-2.0-or-later, LGPL-2.1-or-later" homepage="http://www.tortall.net/projects/yasm/" -distfiles="http://www.tortall.net/projects/yasm/releases/yasm-$version.tar.gz" +distfiles="http://www.tortall.net/projects/yasm/releases/yasm-${version}.tar.gz" checksum=3dce6601b495f5b3d45b59f7d2492a340ee7e84b5beca17e48f862502bd5603f post_install() {