1
0
Fork 0
mirror of https://github.com/kbumsik/VirtScreen.git synced 2025-03-09 15:40:18 +00:00

#5, AUR: Switched from setuptools to pip for package builder

This commit is contained in:
Bumsik Kim 2018-06-09 22:26:22 -04:00
parent ee0efafa02
commit 7941f1909a
No known key found for this signature in database
GPG key ID: E31041C8EC5B01C6
3 changed files with 7 additions and 9 deletions

View file

@ -60,6 +60,10 @@ arch-install: arch-update
cd package/archlinux
makepkg -si
arch-build: arch-update
cd package/archlinux
makepkg
arch-upload: arch-update
cd package/archlinux
git clone ssh://aur@aur.archlinux.org/virtscreen.git