[arch-commits] Commit in gourmet/trunk (PKGBUILD)

Balló György bgyorgy at archlinux.org
Sat Jan 13 22:50:24 UTC 2018


    Date: Saturday, January 13, 2018 @ 22:50:23
  Author: bgyorgy
Revision: 281848

gourmet: minor changes

Modified:
  gourmet/trunk/PKGBUILD

----------+
 PKGBUILD |   10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-01-13 22:42:06 UTC (rev 281847)
+++ PKGBUILD	2018-01-13 22:50:23 UTC (rev 281848)
@@ -7,12 +7,12 @@
 pkgrel=6
 pkgdesc="A simple but powerful recipe-managing application"
 arch=('any')
-url="http://thinkle.github.io/gourmet/"
+url="https://thinkle.github.io/gourmet/"
 license=('GPL')
 depends=('pygtk' 'python2-elib-intl' 'python2-pillow' 'python2-sqlalchemy')
 makedepends=('python2-distutils-extra')
 optdepends=('ipython2: Python Shell plugin'
-            'pyrtf: RTF support'
+            'python2-pyrtf: RTF support'
             'python2-beautifulsoup4: Webpage import plugin'
             'python2-gtkspell: Spell Checking plugin'
             'python2-poppler: Printing and PDF Export plugin'
@@ -25,7 +25,7 @@
             '815b0fb735d6b581fba0cec713a9ad963f842c969db9fef3e3b0d66ef11bd3b0')
 
 prepare() {
-  cd "$srcdir/$pkgname-$pkgver"
+  cd $pkgname-$pkgver
 
   # python2 fix
   find . -type f | xargs sed -i 's@^#!.*python$@#!/usr/bin/python2@'
@@ -40,11 +40,11 @@
 }
 
 build() {
-  cd "$srcdir/$pkgname-$pkgver"
+  cd $pkgname-$pkgver
   python2 setup.py build
 }
 
 package() {
-  cd "$srcdir/$pkgname-$pkgver"
+  cd $pkgname-$pkgver
   python2 setup.py install --root="$pkgdir" --optimize=1
 }



More information about the arch-commits mailing list