diff options
author | Erich Eckner <git@eckner.net> | 2024-05-10 08:54:56 +0200 |
---|---|---|
committer | Erich Eckner <git@eckner.net> | 2024-05-10 08:54:56 +0200 |
commit | a69b8c2d0d1d6e67736754de588f512482b063d9 (patch) | |
tree | 49b479437db2d737f23fe00ae5cc657c74a9ccfa /tea-qt | |
parent | 0438ee77147c616ed9987df8c4e17af02ab4ba29 (diff) | |
download | archlinuxewe-a69b8c2d0d1d6e67736754de588f512482b063d9.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 b8ac86017..f920c5285 100644 --- a/tea-qt/PKGBUILD +++ b/tea-qt/PKGBUILD @@ -9,7 +9,7 @@ pkgname=tea-qt pkgver=62.0.2 -pkgrel=57 +pkgrel=58 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.1' 'djvulibre=3.5.28' - 'gcc-libs=13.2.1' + 'gcc-libs=14.1.1+r1+g43b730b9134' 'glibc>=2.31' 'hunspell=1.7.2' 'libpoppler-qt5.so=1' |