Skip to content
Snippets Groups Projects
Commit 813da9d3 authored by Sergej Pupykin's avatar Sergej Pupykin
Browse files

upd

parent 58095376
No related branches found
Tags 1-41.0-1
No related merge requests found
......@@ -6,12 +6,12 @@
pkgname=tea
pkgver=43.1.0
pkgrel=3
pkgrel=4
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')
url="http://semiletov.org/tea/"
license=('GPL')
depends=('qt4' 'aspell' 'hunspell')
depends=('qt5-base' 'qt5-declarative' 'gcc-libs' 'aspell' 'hunspell')
install=tea.install
source=(http://semiletov.org/tea/dloads/tea-$pkgver.tar.bz2
tea.desktop)
......@@ -27,7 +27,7 @@ build() {
cd "${srcdir}/${pkgname}-${pkgver}"
export LANG="en_US.UTF-8"
export LC_ALL="en_US.UTF-8"
qmake-qt4
qmake-qt5
make
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment