[arch-commits] Commit in qtqr/trunk (PKGBUILD)
Balló György
bgyorgy at archlinux.org
Sun May 30 09:34:29 UTC 2021
Date: Sunday, May 30, 2021 @ 09:34:28
Author: bgyorgy
Revision: 950359
Minor change
Modified:
qtqr/trunk/PKGBUILD
----------+
PKGBUILD | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2021-05-30 09:33:55 UTC (rev 950358)
+++ PKGBUILD 2021-05-30 09:34:28 UTC (rev 950359)
@@ -22,12 +22,12 @@
build() {
cd qr-tools
- python3 setup.py build
+ python setup.py build
}
package() {
cd qr-tools
- python3 setup.py install --root="$pkgdir" --optimize=1 --skip-build
+ python setup.py install --root="$pkgdir" --optimize=1 --skip-build
install -Dm755 qtqr.py "$pkgdir/usr/bin/qtqr"
install -Dm644 -t "$pkgdir/usr/share/qt/translations" *.qm
More information about the arch-commits
mailing list