scons: update to 4.0.1

Closes: #25736 [via git-merge-pr]
This commit is contained in:
Gadzhi Kharkharov 2020-10-19 14:31:50 +03:00 committed by Andrew J. Hesford
parent 97f60bf12c
commit 3ebd068fa5
1 changed files with 8 additions and 8 deletions

View File

@ -1,19 +1,19 @@
# Template file for 'scons' # Template file for 'scons'
pkgname=scons pkgname=scons
version=3.1.2 version=4.0.1
revision=3 revision=1
build_style=python2-module wrksrc="SCons-${version}"
make_install_args="--standard-lib --install-data=/usr/share" build_style=python3-module
hostmakedepends="python python-setuptools" hostmakedepends="python3-setuptools"
depends="python" depends="python3"
short_desc="Software construction tool" short_desc="Software construction tool"
maintainer="Orphaned <orphan@voidlinux.org>" maintainer="Orphaned <orphan@voidlinux.org>"
license="MIT" license="MIT"
homepage="https://www.scons.org/" homepage="https://www.scons.org/"
distfiles="${SOURCEFORGE_SITE}/${pkgname}/${pkgname}-${version}.tar.gz" distfiles="${SOURCEFORGE_SITE}/${pkgname}/${pkgname}-${version}.tar.gz"
checksum="7801f3f62f654528e272df780be10c0e9337e897650b62ddcee9f39fde13f8fb" checksum=722ed104b5c624ecdc89bd4e02b094d2b14d99d47b5d0501961e47f579a2007c
post_install() { post_install() {
vlicense LICENSE.txt vlicense LICENSE
} }