diff options
author | Erich Eckner <git@eckner.net> | 2023-05-05 21:14:30 +0200 |
---|---|---|
committer | Erich Eckner <git@eckner.net> | 2023-05-05 21:14:30 +0200 |
commit | 2f07724b42e19b9dcb7b899fc84ad75a19058cdf (patch) | |
tree | 51d0a07515c533d03543664150f1c6d637e16a60 /tea-qt | |
parent | 95e300c4a1bd2ba85ff1d43e1c3fdfd0e9569f73 (diff) | |
download | archlinuxewe-2f07724b42e19b9dcb7b899fc84ad75a19058cdf.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 b9ab52b12..af5eea0fd 100644 --- a/tea-qt/PKGBUILD +++ b/tea-qt/PKGBUILD @@ -9,7 +9,7 @@ pkgname=tea-qt pkgver=62.0.2 -pkgrel=20 +pkgrel=21 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=12.2.1' + 'gcc-libs=13.1.1' 'glibc>=2.31' 'hunspell=1.7.2' 'libpoppler-qt5.so=1' |