diff options
author | root <root@rshg054.dnsready.net> | 2013-03-27 00:05:42 -0700 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2013-03-27 00:05:42 -0700 |
commit | 87fbcb30b652672a7e110b66a4c15342e27df826 (patch) | |
tree | 7604502956a186acbfe9983a159a2abd564c3142 /community/tea/PKGBUILD | |
parent | c16968d4179be76966c262f854c9e1fb827dc3ec (diff) |
Wed Mar 27 00:05:42 PDT 2013
Diffstat (limited to 'community/tea/PKGBUILD')
-rw-r--r-- | community/tea/PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/community/tea/PKGBUILD b/community/tea/PKGBUILD index c1a887d76..788c6c222 100644 --- a/community/tea/PKGBUILD +++ b/community/tea/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 86989 2013-03-25 17:05:20Z spupykin $ +# $Id: PKGBUILD 87037 2013-03-26 11:01:18Z spupykin $ # Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com> # Maintainer: Andrea Scarpino <andrea@archlinux.org> # Contributor: Roman Kyrylych <roman@archlinux.org> @@ -22,7 +22,7 @@ md5sums=('aabbbac2b5251e7c3eeb36d8f188d08a' build() { cd "${srcdir}/${pkgname}-${pkgver}" sed -i 's|i + j|(int)(i + j)|' textproc.cpp - qmake PREFIX=/usr/bin + qmake-qt4 PREFIX=/usr/bin make } |