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

Balló György bgyorgy at nymeria.archlinux.org
Wed Mar 19 21:40:32 UTC 2014


    Date: Wednesday, March 19, 2014 @ 22:40:32
  Author: bgyorgy
Revision: 107812

upgpkg: gourmet 0.17.1-1

Update to version 0.17.1

Modified:
  gourmet/trunk/PKGBUILD

----------+
 PKGBUILD |   11 ++++++++---
 1 file changed, 8 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2014-03-19 21:31:38 UTC (rev 107811)
+++ PKGBUILD	2014-03-19 21:40:32 UTC (rev 107812)
@@ -3,7 +3,7 @@
 # Contributor: Ray Rashif <schiv at archlinux.org>
 
 pkgname=gourmet
-pkgver=0.17.0
+pkgver=0.17.1
 pkgrel=1
 pkgdesc="A simple but powerful recipe-managing application"
 arch=('any')
@@ -19,8 +19,10 @@
             'python2-poppler: Printing and PDF Export plugin'
             'python2-reportlab: Printing and PDF Export plugin')
 install=$pkgname.install
-source=("$pkgname-$pkgver.tar.gz::https://github.com/thinkle/$pkgname/archive/$pkgver.tar.gz")
-md5sums=('94755dfd6b560cd77aa3c1bcdeb73d8f')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/thinkle/$pkgname/archive/$pkgver.tar.gz"
+        "https://github.com/thinkle/gourmet/commit/1cd11c485f992593bf5b33ba15c941861ca67ccf.patch")
+md5sums=('97743c102776d1eff0ba8d48d47cf9c6'
+         '2a060fd6be62575003bd6e01c0b95b3b')
 
 prepare() {
   cd "$srcdir/$pkgname-$pkgver"
@@ -27,6 +29,9 @@
 
   # python2 fix
   find . -type f | xargs sed -i 's@^#!.*python$@#!/usr/bin/python2@'
+
+  # Fix build
+  patch -Np1 -i ../1cd11c485f992593bf5b33ba15c941861ca67ccf.patch
 }
 
 build() {




More information about the arch-commits mailing list