summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYigit Sever2021-09-25 15:13:04 +0300
committerYigit Sever2021-09-25 15:13:04 +0300
commit6424b7bca9e136cb4480c2be71cd22fbcb0ac43e (patch)
tree154e828cbe126fa29ff030f04f5cab91ad171b20
parente48a95b46f28a55c47e2d3098398762c236b1730 (diff)
downloadpackages-6424b7bca9e136cb4480c2be71cd22fbcb0ac43e.tar.gz
packages-6424b7bca9e136cb4480c2be71cd22fbcb0ac43e.tar.bz2
packages-6424b7bca9e136cb4480c2be71cd22fbcb0ac43e.zip
Shorten pkgdesc, remove modeline
-rw-r--r--PKGBUILD3
1 files changed, 1 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 7997ff2..cf54749 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
3pkgname='gourmand' 3pkgname='gourmand'
4pkgver=1.0.0 4pkgver=1.0.0
5pkgrel=1 5pkgrel=1
6pkgdesc="A recipe manager for desktop with the possibilities to import, organize, and tweak recipes" 6pkgdesc="A recipe manager for desktop that can import recipes"
7arch=('any') 7arch=('any')
8url="https://github.com/GourmandRecipeManager/gourmand" 8url="https://github.com/GourmandRecipeManager/gourmand"
9license=('GPL') 9license=('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: