Skip to content

Commit ddefb04

Browse files
committed
updated PKGBUILD for Arch with Python3, but I cant test it
1 parent 948c5f2 commit ddefb04

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

PKGBUILD

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ package_python3-powerusb() {
2525

2626

2727
cd "$srcdir/powerusb-$pkgver"
28-
python2 setup.py build
29-
python2 setup.py install --prefix=/usr --root="$pkgdir"
28+
python3 setup.py build
29+
python3 setup.py install --prefix=/usr --root="$pkgdir"
3030

3131
}

0 commit comments

Comments
 (0)