diff options
author | Erich Eckner <git@eckner.net> | 2020-08-25 09:16:50 +0200 |
---|---|---|
committer | Erich Eckner <git@eckner.net> | 2020-08-25 09:16:50 +0200 |
commit | ccb8ff37f8d284a63d5befbe6644a0701fa954e2 (patch) | |
tree | bfc402598cf6b5fd5b0cd0e1765d606209b165e7 | |
parent | 0243cacc448c0a0935ae12dd7c6a7c1e8e4199c5 (diff) | |
download | archlinuxewe-ccb8ff37f8d284a63d5befbe6644a0701fa954e2.tar.xz |
tea-qt: rebuild
-rw-r--r-- | tea-qt/PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tea-qt/PKGBUILD b/tea-qt/PKGBUILD index 3bda2ebde..acb156c0c 100644 --- a/tea-qt/PKGBUILD +++ b/tea-qt/PKGBUILD @@ -9,7 +9,7 @@ pkgname=tea-qt pkgver=50.0.4 -pkgrel=2 +pkgrel=3 pkgdesc="A Qt-based text editor for Linux and *BSD with an ultimate small size, providing hundreds of functions" arch=('i686' 'pentium4' 'x86_64') url="http://semiletov.org/tea/" @@ -17,7 +17,7 @@ license=('GPL') _pinned_dependencies=( 'aspell=0.60.8' 'djvulibre=3.5.27' - 'gcc-libs=10.1.0' + 'gcc-libs=10.2.0' 'glibc>=2.31' 'hunspell=1.7.0' 'libpoppler-qt5.so=1' |