diff options
author | Erich Eckner <git@eckner.net> | 2022-02-14 23:43:29 +0100 |
---|---|---|
committer | Erich Eckner <git@eckner.net> | 2022-02-14 23:43:29 +0100 |
commit | 55aa7e0e22f0c603d0700a71ccb3fe614f4be658 (patch) | |
tree | 76109a58bb134de63552b9aef7dd4c73a7cd3740 /tea-qt | |
parent | f0b49a1dc9120e419d7b6e1930207c321bc0ea1e (diff) | |
download | archlinuxewe-55aa7e0e22f0c603d0700a71ccb3fe614f4be658.tar.xz |
tea-qt: rebuild
Diffstat (limited to 'tea-qt')
-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 c7e6daf15..89c5846a7 100644 --- a/tea-qt/PKGBUILD +++ b/tea-qt/PKGBUILD @@ -9,7 +9,7 @@ pkgname=tea-qt pkgver=60.7.0 -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.28' - 'gcc-libs=11.1.0' + 'gcc-libs=11.2.0' 'glibc>=2.31' 'hunspell=1.7.0' 'libpoppler-qt5.so=1' |