python3-ueberzug: updated python syntax

This commit is contained in:
Tim Biermann 2020-11-03 21:10:50 +00:00
parent 417efcd93a
commit bd2ab68900
Signed by untrusted user: tb
GPG Key ID: 42F8B4E30B673606
2 changed files with 6 additions and 5 deletions

View File

@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/contrib.pub
RWSagIOpLGJF34+nwI3YrEtXfMv5UPS8fmOWfsSzlnwQc5IfauB8tY8Skcqoffrte8VxTi7SNA8pQIc9GkLSd/Ctlkka0hjMNgw=
SHA256 (Pkgfile) = 5c151a8c550a6693f9bd21647572b1a10c2f542b6ea56d537d25f57e9c9e90e8
RWSagIOpLGJF38BRyqSxLMB8Vln5G/+ivOVzeT1HEH4Xkv7DeADO+b7POHjevnKg+3OY3Fw1kA7pP8CiCcdJtAHZylGAb0aHAAQ=
SHA256 (Pkgfile) = e4921ac14fb8a66e1f1ae2763cf05757a6ec832d05f78a324da1494051e79a61
SHA256 (.footprint) = 040f14cdc7f1cafca1017f56797ff9ddb92ecb93c5f3a34b585eaa5e99785109
SHA256 (ueberzug-18.1.6.tar.gz) = 9171c4c8abf5ccd5c5aa8527435dd0a80074001f4b25400b091a9c3e65981c41

View File

@ -10,7 +10,8 @@ source=(https://github.com/seebye/ueberzug/archive/$version/ueberzug-$version.ta
build() {
cd ueberzug-$version
python3 setup.py build
python3 setup.py install --prefix=/usr \
--root=$PKG
/usr/bin/python3 setup.py build
/usr/bin/python3 setup.py install --prefix=/usr \
--root=$PKG \
--skip-build
}