Date: Friday, May 9, 2014 @ 13:37:08 Author: bgyorgy Revision: 110898
upgpkg: gourmet 0.17.3-1 Update to version 0.17.3 Modified: gourmet/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2014-05-09 11:31:23 UTC (rev 110897) +++ PKGBUILD 2014-05-09 11:37:08 UTC (rev 110898) @@ -3,13 +3,13 @@ # Contributor: Ray Rashif <[email protected]> pkgname=gourmet -pkgver=0.17.2 +pkgver=0.17.3 pkgrel=1 pkgdesc="A simple but powerful recipe-managing application" arch=('any') url="http://thinkle.github.io/gourmet/" license=('GPL') -depends=('pygtk' 'python2-pillow' 'python2-sqlalchemy' 'hicolor-icon-theme') +depends=('pygtk' 'python2-pillow' 'python2-sqlalchemy') makedepends=('python2-distutils-extra') optdepends=('gstreamer0.10-python: play timer sounds' 'ipython2: Python Shell plugin' @@ -20,7 +20,7 @@ '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=('51458bd81657725914c882db21557487') +md5sums=('553abf0fa0f365ef91388ce262047450') prepare() { cd "$srcdir/$pkgname-$pkgver"
