[arch-commits] Commit in tea/trunk (PKGBUILD)

Sergej Pupykin spupykin at archlinux.org
Mon Feb 13 12:16:11 UTC 2017


    Date: Monday, February 13, 2017 @ 12:16:11
  Author: spupykin
Revision: 212118

upgpkg: tea 43.1.0-4

upd

Modified:
  tea/trunk/PKGBUILD

----------+
 PKGBUILD |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-02-13 12:16:06 UTC (rev 212117)
+++ PKGBUILD	2017-02-13 12:16:11 UTC (rev 212118)
@@ -7,12 +7,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)
@@ -28,7 +28,7 @@
   cd "${srcdir}/${pkgname}-${pkgver}"
   export LANG="en_US.UTF-8"
   export LC_ALL="en_US.UTF-8"
-  qmake-qt4
+  qmake-qt5
   make
 }
 



More information about the arch-commits mailing list