From 6768c115af3c5f0772bcf7b02f34a88a880876c0 Mon Sep 17 00:00:00 2001 From: root Date: Wed, 12 Dec 2012 02:49:40 -0800 Subject: Wed Dec 12 02:43:53 PST 2012 --- community/tea/PKGBUILD | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'community/tea/PKGBUILD') diff --git a/community/tea/PKGBUILD b/community/tea/PKGBUILD index 74de24601..4963b8e0c 100644 --- a/community/tea/PKGBUILD +++ b/community/tea/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 75679 2012-08-29 05:52:39Z spupykin $ +# $Id: PKGBUILD 81096 2012-12-11 19:14:52Z spupykin $ # Maintainer: Sergej Pupykin # Maintainer: Andrea Scarpino # Contributor: Roman Kyrylych @@ -6,7 +6,7 @@ # Contributor: Zsolt Varadi pkgname=tea -pkgver=33.3.0 +pkgver=33.4.0 pkgrel=1 pkgdesc="A QT-based text editor for Linux and *BSD. With an ultimate small size TEA provides you hundreds of functions." arch=('i686' 'x86_64') @@ -16,11 +16,12 @@ depends=('qt' 'aspell' 'hunspell') install=tea.install source=(http://downloads.sourceforge.net/project/tea-editor/tea-editor/$pkgver/tea-$pkgver.tar.bz2 tea.desktop) -md5sums=('5830f177056d65f74ac52c97f5637815' +md5sums=('5e553e3061b978b368e1dc70ee369c8d' '377ace3363124f4c086de0babb820761') build() { cd "${srcdir}/${pkgname}-${pkgver}" + sed -i 's|i + j|(int)(i + j)|' textproc.cpp qmake PREFIX=/usr/bin make } -- cgit v1.2.3-54-g00ecf