diff options
author | NelloKudo | 2023-05-03 04:27:14 +0200 |
---|---|---|
committer | NelloKudo | 2023-05-03 04:27:14 +0200 |
commit | 6e4ad5b49f72cfc6e4e938de5cbdec8e23c53131 (patch) | |
tree | 35da6f87f0057ea58f7f32550a674b7aa8c19f39 | |
parent | dd553ee8c27006d7c44e3ee3767655a758cba027 (diff) | |
download | aur-6e4ad5b49f72cfc6e4e938de5cbdec8e23c53131.tar.gz |
Typo fix lol
-rw-r--r-- | PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -36,7 +36,7 @@ prepare() { # Installing PyInstaller as user from pip. # That's to prevent conflicts with package manager - pip install --upgrade + pip install --upgrade pip pip install pyinstaller } |