diff options
-rw-r--r-- | PKGBUILD | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -3,7 +3,7 @@ | |||
3 | pkgname='gourmand' | 3 | pkgname='gourmand' |
4 | pkgver=1.0.0 | 4 | pkgver=1.0.0 |
5 | pkgrel=1 | 5 | pkgrel=1 |
6 | pkgdesc="A recipe manager for desktop with the possibilities to import, organize, and tweak recipes" | 6 | pkgdesc="A recipe manager for desktop that can import recipes" |
7 | arch=('any') | 7 | arch=('any') |
8 | url="https://github.com/GourmandRecipeManager/gourmand" | 8 | url="https://github.com/GourmandRecipeManager/gourmand" |
9 | license=('GPL') | 9 | license=('GPL') |
@@ -19,4 +19,3 @@ package() { | |||
19 | # https://wiki.archlinux.org/title/Python_package_guidelines#pip | 19 | # https://wiki.archlinux.org/title/Python_package_guidelines#pip |
20 | PIP_CONFIG_FILE=/dev/null pip install --isolated --root="$pkgdir" --ignore-installed --no-deps *.whl | 20 | PIP_CONFIG_FILE=/dev/null pip install --isolated --root="$pkgdir" --ignore-installed --no-deps *.whl |
21 | } | 21 | } |
22 | # vim:set ts=2 sw=2 et: | ||