Skip to content
Snippets Groups Projects
Commit fb166e75 authored by Michał Polański's avatar Michał Polański Committed by Leo
Browse files

main/scons: update url to use https

parent c0ac284e
No related branches found
No related tags found
1 merge request!17029main/scons: update url to use https
...@@ -2,9 +2,9 @@ ...@@ -2,9 +2,9 @@
# Maintainer: # Maintainer:
pkgname=scons pkgname=scons
pkgver=3.1.2 pkgver=3.1.2
pkgrel=1 pkgrel=2
pkgdesc="Software construction system" pkgdesc="Software construction system"
url="http://www.scons.org" url="https://scons.org/"
arch="noarch" arch="noarch"
license="MIT" license="MIT"
depends="python3" depends="python3"
...@@ -19,7 +19,6 @@ package() { ...@@ -19,7 +19,6 @@ package() {
python3 setup.py install --prefix=/usr --root="$pkgdir" python3 setup.py install --prefix=/usr --root="$pkgdir"
# workaround for https://github.com/SCons/scons/issues/2891 # workaround for https://github.com/SCons/scons/issues/2891
sed -i '1s|/usr/bin/env python$|/usr/bin/python3|' "$pkgdir"/usr/bin/* sed -i '1s|/usr/bin/env python$|/usr/bin/python3|' "$pkgdir"/usr/bin/*
} }
check() { check() {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment