[arch-commits] Commit in gourmet/trunk (PKGBUILD)
Balló György
bgyorgy at nymeria.archlinux.org
Mon Apr 7 22:27:01 UTC 2014
Date: Tuesday, April 8, 2014 @ 00:27:01
Author: bgyorgy
Revision: 108947
upgpkg: gourmet 0.17.2-1
Update to version 0.17.2
Modified:
gourmet/trunk/PKGBUILD
----------+
PKGBUILD | 11 +++--------
1 file changed, 3 insertions(+), 8 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2014-04-07 21:42:29 UTC (rev 108946)
+++ PKGBUILD 2014-04-07 22:27:01 UTC (rev 108947)
@@ -3,7 +3,7 @@
# Contributor: Ray Rashif <schiv at archlinux.org>
pkgname=gourmet
-pkgver=0.17.1
+pkgver=0.17.2
pkgrel=1
pkgdesc="A simple but powerful recipe-managing application"
arch=('any')
@@ -19,10 +19,8 @@
'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"
- "https://github.com/thinkle/gourmet/commit/1cd11c485f992593bf5b33ba15c941861ca67ccf.patch")
-md5sums=('97743c102776d1eff0ba8d48d47cf9c6'
- '2a060fd6be62575003bd6e01c0b95b3b')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/thinkle/$pkgname/archive/$pkgver.tar.gz")
+md5sums=('51458bd81657725914c882db21557487')
prepare() {
cd "$srcdir/$pkgname-$pkgver"
@@ -29,9 +27,6 @@
# 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